From 827dee81cfb5e29e836a06aaf2cda0df36532971 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Tue, 18 Jan 2011 15:17:41 +0100 Subject: [PATCH] add a bad-words list to help translations --- qcsrc/menu/i18n-badwords.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 qcsrc/menu/i18n-badwords.txt diff --git a/qcsrc/menu/i18n-badwords.txt b/qcsrc/menu/i18n-badwords.txt new file mode 100644 index 000000000..5fd018606 --- /dev/null +++ b/qcsrc/menu/i18n-badwords.txt @@ -0,0 +1,19 @@ +# list of words that must not be used in the source as a single string; +# use stripctx(_("CONTEXT^string")) instead +# test by: +# grep -v ^# i18n-badwords.txt | while IFS= read -r W; do grep -r "_(\"$W\")" .; done +# this is done to help with languages like Russian where these words may need +# different grammatical gender in different instances +All +Best +Disabled +Good +High +Insane +Low +Lowest +Medium +Normal +Off +OFF +Ultra -- 2.39.2