From 06a49f597249f10494020254e9d8203ffc83d775 Mon Sep 17 00:00:00 2001 From: redshiftzero Date: Mon, 25 Feb 2019 11:49:45 -0800 Subject: [PATCH] ci: Add Romanian and Icelandic to translation job --- securedrop/bin/translation-test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/securedrop/bin/translation-test b/securedrop/bin/translation-test index 89f777d330..bcb19dc959 100755 --- a/securedrop/bin/translation-test +++ b/securedrop/bin/translation-test @@ -17,7 +17,7 @@ mkdir -p "/tmp/test-results/logs" # Taking screenshots for consumes a lot of memory # and can result in OOM errors in CI. Running each locale # separately avoids this. -for locale in ar de_DE es_ES fr_FR nb_NO nl pt_BR zh_Hant it_IT tr hi ru sv +for locale in ar de_DE es_ES fr_FR nb_NO nl pt_BR zh_Hant it_IT tr hi ru sv ro is do PAGE_LAYOUT_LOCALES=$locale pytest \ -v \