Add zh_CN builds
The api-quick-start has been translated for zh_CN, include it in builds. Change-Id: If1740e128d95c8dec80ea489c7747b1d94e2edff
This commit is contained in:
parent
25ec402ec9
commit
9989ff28bc
@ -60,14 +60,19 @@ function test_fr {
|
|||||||
test_api_quick_start 'fr'
|
test_api_quick_start 'fr'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function test_ja {
|
||||||
|
setup_lang 'ja'
|
||||||
|
test_api_quick_start 'ja'
|
||||||
|
}
|
||||||
|
|
||||||
function test_ko_KR {
|
function test_ko_KR {
|
||||||
setup_lang 'ko_KR'
|
setup_lang 'ko_KR'
|
||||||
test_api_quick_start 'ko_KR'
|
test_api_quick_start 'ko_KR'
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_ja {
|
function test_zh_CN {
|
||||||
setup_lang 'ja'
|
setup_lang 'zh_CN'
|
||||||
test_api_quick_start 'ja'
|
test_api_quick_start 'zh_CN'
|
||||||
}
|
}
|
||||||
|
|
||||||
function test_language () {
|
function test_language () {
|
||||||
@ -79,6 +84,7 @@ function test_language () {
|
|||||||
test_fr
|
test_fr
|
||||||
test_ja
|
test_ja
|
||||||
test_ko_KR
|
test_ko_KR
|
||||||
|
test_zh_CN
|
||||||
;;
|
;;
|
||||||
de)
|
de)
|
||||||
test_de
|
test_de
|
||||||
@ -95,6 +101,9 @@ function test_language () {
|
|||||||
ko_KR)
|
ko_KR)
|
||||||
test_ko_KR
|
test_ko_KR
|
||||||
;;
|
;;
|
||||||
|
zh_CN)
|
||||||
|
test_zh_CN
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
BUILD_FAIL=1
|
BUILD_FAIL=1
|
||||||
echo "Language $language not handled"
|
echo "Language $language not handled"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user