Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2018-01-20 16:16:02 +0300
committerJanek Bevendorff <janek@jbev.net>2018-01-21 17:54:46 +0300
commitbbc5ff5103fd60d98dd6d7f6cba7b1b001be01a7 (patch)
treeb80834b58221d116ef733656505d9aaf7ab2d347 /share
parent3c98ce43c6999d9a941966274a99bad603dd3b31 (diff)
Use actual full en_US translation for English and drop en_plurals file
Diffstat (limited to 'share')
-rw-r--r--share/translations/keepassx_en_plurals.ts41
-rwxr-xr-xshare/translations/update.sh1
2 files changed, 0 insertions, 42 deletions
diff --git a/share/translations/keepassx_en_plurals.ts b/share/translations/keepassx_en_plurals.ts
deleted file mode 100644
index 02ed5541e..000000000
--- a/share/translations/keepassx_en_plurals.ts
+++ /dev/null
@@ -1,41 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!DOCTYPE TS>
-<TS version="2.1" language="en_US">
-<context>
- <name>DatabaseWidget</name>
- <message numerus="yes">
- <source>Do you really want to move %n entry(s) to the recycle bin?</source>
- <translation>
- <numerusform>Do you really want to move %n entry to the recycle bin?</numerusform>
- <numerusform>Do you really want to move %n entries to the recycle bin?</numerusform>
- </translation>
- </message>
-</context>
-<context>
- <name>EditEntryWidget</name>
- <message numerus="yes">
- <source>%n week(s)</source>
- <translation>
- <numerusform>%n week</numerusform>
- <numerusform>%n weeks</numerusform>
- </translation>
- </message>
- <message numerus="yes">
- <source>%n month(s)</source>
- <translation>
- <numerusform>%n month</numerusform>
- <numerusform>%n months</numerusform>
- </translation>
- </message>
-</context>
-<context>
- <name>EditWidgetIcons</name>
- <message numerus="yes">
- <source>Can&apos;t delete icon. Still used by %n item(s).</source>
- <translation type="vanished">
- <numerusform>Can&apos;t delete icon. Still used by %n item.</numerusform>
- <numerusform>Can&apos;t delete icon. Still used by %n items.</numerusform>
- </translation>
- </message>
-</context>
-</TS>
diff --git a/share/translations/update.sh b/share/translations/update.sh
index ed8a69f55..c8b7da40c 100755
--- a/share/translations/update.sh
+++ b/share/translations/update.sh
@@ -49,7 +49,6 @@ if $UPDATE; then
LUPDATE=lupdate
fi
$LUPDATE -no-ui-lines -disable-heuristic similartext -locations none -no-obsolete src -ts share/translations/keepassx_en.ts
- $LUPDATE -no-ui-lines -disable-heuristic similartext -locations none -pluralonly src -ts share/translations/keepassx_en_plurals.ts
echo
fi