Skip to content

Commit

Permalink
Studio: Add initial support for Ukrainian translations (#452)
Browse files Browse the repository at this point in the history
* Add Ukrainian locale to Studio app

---------

Co-authored-by: Kateryna Kodonenko <kateryna@automattic.com>
  • Loading branch information
katinthehatsite and Kateryna Kodonenko authored Aug 12, 2024
1 parent d90b474 commit eb77887
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
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.

0 comments on commit eb77887

Please sign in to comment.