diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2022-10-14 13:37:42 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2022-10-16 01:56:20 +0200 |
commit | e808afadc2ead6b98b40026f6eec15ae669de37c (patch) | |
tree | 6a09bafebe775119bd9ccaad90575c9b9fdf2a43 | |
parent | 0416c229fe3a2a6bc9d661a077e77264cd9d6929 (diff) |
pot file generation only looks for strings with en-US language
so change lang="en" to lang="en-US" to extract the string
Change-Id: I94defd0696be5df576b59030472c43261a359080
Reviewed-on: https://gerrit.libreoffice.org/c/dictionaries/+/141366
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | fa_IR/description.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fa_IR/description.xml b/fa_IR/description.xml index 3d04cca..4b7919e 100644 --- a/fa_IR/description.xml +++ b/fa_IR/description.xml @@ -7,7 +7,7 @@ <version value="3.3" /> <identifier value="Lilak.Persian.Hunspell.Dictionary.by.Mostafa.Sedaghat.Joo" /> <display-name> - <name lang="en">Lilak, Persian Spell Checking Dictionary</name> + <name lang="en-US">Lilak, Persian Spell Checking Dictionary</name> <name lang="fa">لیلک، غلط یاب فارسی</name> </display-name> <dependencies> |