[Libreoffice-commits] dictionaries.git: bo/description.xml ca/description.xml cs_CZ/description.xml gd_GB/description.xml gug/description.xml sv_SE/description.xml
Gabor Kelemen
kelemeng at gnome.hu
Sun May 21 08:53:10 UTC 2017
bo/description.xml | 2 +-
ca/description.xml | 2 +-
cs_CZ/description.xml | 2 +-
gd_GB/description.xml | 2 +-
gug/description.xml | 2 +-
sv_SE/description.xml | 2 +-
6 files changed, 6 insertions(+), 6 deletions(-)
New commits:
commit 200eca21410d97c1a1fa8189164744dfcf69dc3e
Author: Gabor Kelemen <kelemeng at gnome.hu>
Date: Sun May 21 03:47:53 2017 +0200
Make sure all dictionary descriptions are translated
Some dictionary extensions use 'en' as the language code of their
description.
The toolchain needs 'en-US' here to extract the extension name
as a translatable string.
As a result these names do not appear
localized in Pootle and then in the Extension Manager.
With this fix new pot files are generated in workdir/pot/dictionaries/
Change-Id: I9d35f2a028be15a77da3b0679cfd154afbf1dc60
Reviewed-on: https://gerrit.libreoffice.org/37868
Reviewed-by: Andras Timar <andras.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at collabora.com>
diff --git a/bo/description.xml b/bo/description.xml
index f02b666..b5cd7ed 100644
--- a/bo/description.xml
+++ b/bo/description.xml
@@ -4,7 +4,7 @@
<version value="0.3" />
<identifier value="eu.telecom-bretagne.roux.elie.dict.bo" />
<display-name>
- <name lang="en">Classical Tibetan syllable spellchecker for Hunspell</name>
+ <name lang="en-US">Classical Tibetan syllable spellchecker for Hunspell</name>
</display-name>
<platform value="all" />
<!--<dependencies>
diff --git a/ca/description.xml b/ca/description.xml
index ba19099..c3abede 100644
--- a/ca/description.xml
+++ b/ca/description.xml
@@ -39,7 +39,7 @@
entry for each language it implements and one default English entry.
The default entry is the one listed first. -->
<display-name>
- <name lang="en">Catalan spelling dictionary, hyphenation rules, and thesaurus</name>
+ <name lang="en-US">Catalan spelling dictionary, hyphenation rules, and thesaurus</name>
<name lang="ca">Català (general i valencià): corrector ortogràfic, partició de mots i tesaurus (sinònims i termes relacionats)</name>
</display-name>
diff --git a/cs_CZ/description.xml b/cs_CZ/description.xml
index 2124351..64b03aa 100644
--- a/cs_CZ/description.xml
+++ b/cs_CZ/description.xml
@@ -30,7 +30,7 @@
The default entry is the one listed first.
-->
<display-name>
- <name lang="en">Czech spell check dictionary, hyphenation rules and thesaurus</name>
+ <name lang="en-US">Czech spell check dictionary, hyphenation rules and thesaurus</name>
<name lang="cs">Český slovník pro kontrolu pravopisu, dělení slov a slovník synonym</name>
</display-name>
diff --git a/gd_GB/description.xml b/gd_GB/description.xml
index ac2864a..f4332ff 100644
--- a/gd_GB/description.xml
+++ b/gd_GB/description.xml
@@ -38,7 +38,7 @@
entry for each language it implements and one default English entry.
The default entry is the one listed first. -->
<display-name>
- <name lang="en">Scottish Gaelic spell checker</name>
+ <name lang="en-US">Scottish Gaelic spell checker</name>
</display-name>
<!-- Dictionaries should work with all platforms... -->
diff --git a/gug/description.xml b/gug/description.xml
index cee69bd..200a9a4 100644
--- a/gug/description.xml
+++ b/gug/description.xml
@@ -12,7 +12,7 @@
<l:LibreOffice-minimal-version value="3.5" d:name="LibreOffice 3.5" />
</dependencies>
<display-name>
- <name lang="en">Guarani thesaurus and spell checker</name>
+ <name lang="en-US">Guarani thesaurus and spell checker</name>
<name lang="es">Guaraní: corrector ortográfico y sinónimos</name>
<name lang="gug-PY">Guarani haikatu ha ñeʼẽjuehegua ñeʼẽryru</name>
</display-name>
diff --git a/sv_SE/description.xml b/sv_SE/description.xml
index 12c7bf7..4e7f6b4 100644
--- a/sv_SE/description.xml
+++ b/sv_SE/description.xml
@@ -3,7 +3,7 @@
<version value="2.40" />
<identifier value="sv.dsso.dicts.ooo" />
<display-name>
- <name lang="en">Swedish Dictionary</name>
+ <name lang="en-US">Swedish Dictionary</name>
<name lang="sv">Den stora svenska ordlistan</name>
</display-name>
<platform value="all" />
More information about the Libreoffice-commits
mailing list