summaryrefslogtreecommitdiffstats
path: root/i18nlangtag/qa
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-01-22 21:46:30 +0100
committerEike Rathke <erack@redhat.com>2016-01-22 21:50:00 +0100
commit72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0 (patch)
tree8afa7bfe9f29146bc9b7158b9adc86401e2f753d /i18nlangtag/qa
parentdocument some naming conventions (diff)
downloadcore-72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0.tar.gz
core-72c5e230f9cda8e18f63f7bbc6567487b4c5a5e0.zip
tdf#97315 add Basque [eu-ES] and map [eu] to [eu-ES]
Change-Id: I89641fa82f0d0129aeff0d86a10be26cdc721dfc
Diffstat (limited to 'i18nlangtag/qa')
-rw-r--r--i18nlangtag/qa/cppunit/test_languagetag.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/i18nlangtag/qa/cppunit/test_languagetag.cxx b/i18nlangtag/qa/cppunit/test_languagetag.cxx
index 76ef5a36fa05..86964080af2d 100644
--- a/i18nlangtag/qa/cppunit/test_languagetag.cxx
+++ b/i18nlangtag/qa/cppunit/test_languagetag.cxx
@@ -684,6 +684,7 @@ static bool checkMapping( const OUString& rStr1, const OUString& rStr2 )
if (rStr1 == "ku-SY" ) return rStr2 == "kmr-Latn-SY";
if (rStr1 == "ku-IQ" ) return rStr2 == "ckb-IQ";
if (rStr1 == "ku-IR" ) return rStr2 == "ckb-IR";
+ if (rStr1 == "eu" ) return rStr2 == "eu-ES";
return rStr1 == rStr2;
}