From ba2b5d85059c8f08e1e3b0f92f274e80e7b81a39 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Thu, 22 Jun 2017 03:38:09 -0700 Subject: 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 --- translations/subsurface_en_US.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 translations/subsurface_en_US.ts (limited to 'translations/subsurface_en_US.ts') diff --git a/translations/subsurface_en_US.ts b/translations/subsurface_en_US.ts new file mode 100644 index 000000000..d859792c3 --- /dev/null +++ b/translations/subsurface_en_US.ts @@ -0,0 +1,18 @@ + + + LocationFilterDelegate + + + , %n dive(s) here) + , %n dive here), %n dives here) + + + + QObject + + + (%n dive(s)) + (%n dive)(%n dives) + + + -- cgit v1.2.3-70-g09d2