Skip to content
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

Studio: Add initial support for Ukrainian translations #452

Merged
merged 2 commits into from
Aug 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ into the app is somewhat manual at the moment.
## Supported Languages

We currently support the magnificent 16 languages defined in `src/lib/locale.ts`,
as well as Polish and Vietnamese.
as well as Polish, Vietnamese and Ukrainian.
If you want to add support for another language you will need to add it to the
`supportedLocales` array.

Expand Down Expand Up @@ -42,7 +42,7 @@ they will be left as English in the app.
2. Click the **Project actions** menu.
3. Click **Bulk Export**.
4. Click **Select WP.Com Priority Languages** to only the magnificent 16 languages.
5. Select **Polish** and **Vietnamese**, too.
5. Select **Polish**, **Vietnamese** and **Ukrainian** too.
6. Change the format to `Jed 1.x (.json)`.
7. Leave the other fields as default and click **Export**.

Expand Down
1 change: 1 addition & 0 deletions src/lib/locale.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ const supportedLocales = [
'sv',
'tr',
'vi',
'uk',
'zh-cn',
'zh-tw',
];
Expand Down
1 change: 1 addition & 0 deletions src/translations/studio-uk.jed.json

Large diffs are not rendered by default.

Loading