Skip to content

Commit

Permalink
chore(i18n): i18n codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2025
1 parent ecbc5f9 commit d5cd414
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 15 deletions.
31 changes: 16 additions & 15 deletions packages/frontend/i18n/src/i18n-completenesses.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,25 @@
{
"ar": 67,
"ar": 100,
"ca": 5,
"da": 5,
"de": 26,
"el-GR": 0,
"de": 100,
"el-GR": 100,
"en": 100,
"es-AR": 12,
"es-CL": 14,
"es": 12,
"fr": 60,
"es-AR": 100,
"es-CL": 100,
"es": 100,
"fr": 100,
"hi": 2,
"it-IT": 1,
"it-IT": 100,
"it": 1,
"ja": 90,
"ja": 100,
"ko": 72,
"pl": 0,
"pt-BR": 77,
"ru": 66,
"sv-SE": 4,
"pl": 100,
"pt-BR": 100,
"ru": 100,
"sv-SE": 100,
"uk": 100,
"ur": 2,
"zh-Hans": 90,
"zh-Hant": 90
"zh-Hans": 100,
"zh-Hant": 100
}
12 changes: 12 additions & 0 deletions packages/frontend/i18n/src/i18n.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2475,6 +2475,10 @@ export function useAFFiNEI18N(): {
* `Zoom to fit`
*/
["com.affine.keyboardShortcuts.zoomToFit"](): string;
/**
* `Zoom to selection`
*/
["com.affine.keyboardShortcuts.zoomToSelection"](): string;
/**
* `Last 30 days`
*/
Expand Down Expand Up @@ -4955,6 +4959,14 @@ export function useAFFiNEI18N(): {
* `Specified by current color mode`
*/
["com.affine.settings.editorSettings.page.edgeless-default-theme.specified"](): string;
/**
* `Scroll wheel zoom`
*/
["com.affine.settings.editorSettings.page.edgeless-scroll-wheel-zoom.title"](): string;
/**
* `Use the scroll wheel to zoom in and out.`
*/
["com.affine.settings.editorSettings.page.edgeless-scroll-wheel-zoom.description"](): string;
/**
* `Preferences`
*/
Expand Down

0 comments on commit d5cd414

Please sign in to comment.