Test translations for Catalan
Test Catalan ('ca'). Change-Id: Ib5df72d88d73728acd17b27871d8a5378c7bcaf6
This commit is contained in:
parent
8d8b528723
commit
dfea147408
@ -45,6 +45,11 @@ function test_api_quick_start {
|
||||
fi
|
||||
}
|
||||
|
||||
function test_ca {
|
||||
setup_lang 'ca'
|
||||
test_api_quick_start 'ca'
|
||||
}
|
||||
|
||||
function test_de {
|
||||
setup_lang 'de'
|
||||
test_api_quick_start 'de'
|
||||
@ -79,6 +84,7 @@ function test_language () {
|
||||
|
||||
case "$language" in
|
||||
all)
|
||||
test_ca
|
||||
test_de
|
||||
test_es
|
||||
test_fr
|
||||
@ -86,6 +92,9 @@ function test_language () {
|
||||
test_ko_KR
|
||||
test_zh_CN
|
||||
;;
|
||||
ca)
|
||||
test_ca
|
||||
;;
|
||||
de)
|
||||
test_de
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user