Test translations for Catalan

Test Catalan ('ca').

Change-Id: Ib5df72d88d73728acd17b27871d8a5378c7bcaf6
This commit is contained in:
Andreas Jaeger 2014-07-25 08:25:35 +02:00
parent 8d8b528723
commit dfea147408

View File

@ -45,6 +45,11 @@ function test_api_quick_start {
fi fi
} }
function test_ca {
setup_lang 'ca'
test_api_quick_start 'ca'
}
function test_de { function test_de {
setup_lang 'de' setup_lang 'de'
test_api_quick_start 'de' test_api_quick_start 'de'
@ -79,6 +84,7 @@ function test_language () {
case "$language" in case "$language" in
all) all)
test_ca
test_de test_de
test_es test_es
test_fr test_fr
@ -86,6 +92,9 @@ function test_language () {
test_ko_KR test_ko_KR
test_zh_CN test_zh_CN
;; ;;
ca)
test_ca
;;
de) de)
test_de test_de
;; ;;