mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add en_US translation for plurals
This way in the en_US locale we no longer get shown the odd "dive(s)" and instead get correct singular and plural forms. Most of the patch is just a reindentation as it removes the if clause that used to do the special case of NOT loading a translation for the en_US case. Right now we start with a trivial en_US translation file. My guess is that this will be overwritten once we do the next round of "new strings, new translations". Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
6e785a7bfc
commit
ba2b5d8505
4 changed files with 38 additions and 23 deletions
|
@ -6,6 +6,7 @@
|
|||
<file>translations/subsurface_de_CH.qm</file>
|
||||
<file>translations/subsurface_de_DE.qm</file>
|
||||
<file>translations/subsurface_en_GB.qm</file>
|
||||
<file>translations/subsurface_en_US.qm</file>
|
||||
<file>translations/subsurface_es_ES.qm</file>
|
||||
<file>translations/subsurface_et_EE.qm</file>
|
||||
<file>translations/subsurface_fi_FI.qm</file>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue