diff options
author | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2015-01-13 22:36:17 +0200 |
---|---|---|
committer | Tanu Kaskinen <tanu.kaskinen@linux.intel.com> | 2015-01-13 22:38:29 +0200 |
commit | 1738e1ab6091df0cf5f9dc77f37fabad90cc28e0 (patch) | |
tree | 077a4d50baeadacbdf61ca503e582104fc0c43f5 /po | |
parent | 8658709ed30c380ecff1b2ae11bc5ff051e1b7a9 (diff) |
i18n: Fix up the Turkish translation
The translation was not added to LINGUAS and there was this error from
msgfmt:
tr.po:2801: 'msgid' and 'msgstr' entries do not both begin with '\n'
Diffstat (limited to 'po')
-rw-r--r-- | po/LINGUAS | 1 | ||||
-rw-r--r-- | po/tr.po | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/po/LINGUAS b/po/LINGUAS index addf24a37..71c73a57c 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -31,6 +31,7 @@ sr sv ta te +tr uk zh_CN zh_TW @@ -2799,6 +2799,7 @@ msgid "" "The special names @DEFAULT_SINK@, @DEFAULT_SOURCE@ and @DEFAULT_MONITOR@\n" "can be used to specify the default sink, source and monitor.\n" msgstr "" +"\n" "Özel isimler @DEFAULT_SINK@, @DEFAULT_SOURCE@ ve @DEFAULT_MONITOR@\n" "varsayılan alıcıyı, kaynağı ve ekranı belirtmek için kullanılabilir.\n" |