Skip to content

Commit

Permalink
2982: Add romani language
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Nov 19, 2024
1 parent 68ae5c0 commit 0a4dfe3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ If there are enough untranslated strings, they can be submitted to professionals
- `yarn export:ods:override-aschaffenburg`
- Now you can edit the ODS files (e.g. send them to an external translation service). Exporting plain CSVs is currently not supported.

Note: If the translators only work with English source translations, simply change `source_language` in [config.ts](src/config.ts) to `en`.
Make sure to revert this after exporting.

### Receiving finished translations

- Place the edited ODS files in the directories which were generated in the [export step](#submitting-for-translation).
Expand Down
3 changes: 3 additions & 0 deletions translations/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ class Config {
da: {
rtl: false,
},
rom: {
rtl: false,
},
}

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

0 comments on commit 0a4dfe3

Please sign in to comment.