-
Notifications
You must be signed in to change notification settings - Fork 2k
FIX: re-render/jitter(brand-compliance-component) #3078
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
8e0b2e0
e88dab7
49653b8
414556d
0ed0613
4b9ca4e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -363,5 +363,10 @@ | |
| "reportIssue": "오류 신고하기", | ||
| "shortcuts": "단축키" | ||
| } | ||
| }, | ||
| "BrandComplianceBlock": { | ||
| "brandColors": "Brand Colors", | ||
| "title": "Brand compliance", | ||
| "description": "Make your fonts, colors, and styles all speak the same language." | ||
| } | ||
|
Comment on lines
+367
to
371
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing Korean translations for BrandComplianceBlock. The values are in English but this is the Korean locale file. These should be translated to Korean for proper localization. Example translations: "BrandComplianceBlock": {
"brandColors": "브랜드 색상",
"title": "브랜드 일관성",
"description": "글꼴, 색상 및 스타일이 모두 동일한 언어를 사용하도록 하세요."
}🤖 Prompt for AI Agents |
||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -363,5 +363,10 @@ | |
| "reportIssue": "报告问题", | ||
| "shortcuts": "快捷键" | ||
| } | ||
| }, | ||
| "BrandComplianceBlock": { | ||
| "brandColors": "Brand Colors", | ||
| "title": "Brand compliance", | ||
| "description": "Make your fonts, colors, and styles all speak the same language." | ||
| } | ||
|
Comment on lines
+367
to
371
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Missing Chinese translations for BrandComplianceBlock. The values are in English but this is the Chinese locale file. These should be translated to Chinese. Example translations: "BrandComplianceBlock": {
"brandColors": "品牌颜色",
"title": "品牌一致性",
"description": "让您的字体、颜色和样式都使用相同的语言。"
}🤖 Prompt for AI Agents |
||
| } | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing Spanish translations for BrandComplianceBlock.
The values are in English but this is the Spanish locale file. These should be translated to Spanish.
Example translations:
🤖 Prompt for AI Agents