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

3042: Add hindi and swahili #3045

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
8 changes: 8 additions & 0 deletions release-notes/unreleased/3042-hindi-swahili.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
issue_key: 3042
show_in_stores: true
platforms:
- web
- android
- ios
en: Add support and translations for Hindi and Kiswahili.
de: Hindi und Kiswahili wurden als neue Sprachen hinzugefügt.
4 changes: 3 additions & 1 deletion translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,9 @@ Make sure to revert this after exporting.
**Warning:** Make sure to check the received translations on mistakes. For example make sure that our placeholders are not translated.
The following regex can be used to find invalid placeholders:

> \{\{(?!appName|distance|count|organization|domain|source|message|numberOfCharacters|filter|version)[^}]\*}}
```regexp
\{\{(?!appName|distance|count|organization|domain|source|message|numberOfCharacters|filter|version)[^}]\*}}
```

## Conversion between JSON, CSV and ODS

Expand Down
6 changes: 6 additions & 0 deletions translations/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,12 @@ class Config {
rom: {
rtl: false,
},
hi: {
rtl: false,
},
sw: {
rtl: false,
},
}

// Fallbacks for unnormalized language codes from our backend
Expand Down
Loading
Loading