From 6f4fae9fff1e61b1b66d422267a3ed1cfb40cc42 Mon Sep 17 00:00:00 2001 From: LiAn Date: Fri, 2 Dec 2022 07:32:15 +0000 Subject: [PATCH] update en/application-dev/ui/js-framework-multiple-languages.md. Signed-off-by: LiAn Signed-off-by: LiAn --- en/application-dev/ui/js-framework-multiple-languages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/application-dev/ui/js-framework-multiple-languages.md b/en/application-dev/ui/js-framework-multiple-languages.md index 00b7ba0868..25d14099da 100644 --- a/en/application-dev/ui/js-framework-multiple-languages.md +++ b/en/application-dev/ui/js-framework-multiple-languages.md @@ -11,7 +11,7 @@ You only need to perform operations in [Resource Files](#resource-files) and [Re Resource files store application content in multiple languages. This framework uses JSON files to store resource definitions. Place the resource file of each locale in the i18n directory described in [File Organization](js-framework-file.md). -Resource files should be named in _language-script-region_.json format. For example, the resource file for Hong Kong Chinese in the traditional script is named zh-Hant-HK. You can omit the region, for example, zh-CN for simplified Chinese, or omit both the script and region, for example, zh for Chinese. +Resource files should be named in _language-script-region_.json format. For example, the resource file for Hong Kong(China) in the traditional script is named zh-Hant-HK. You can omit the region, for example, zh-CN for simplified Chinese, or omit both the script and region, for example, zh for Chinese. ``` -- GitLab