From 921f68f99ebf211cd7ee3f7e133623869c0b9f22 Mon Sep 17 00:00:00 2001 From: YOUR_NAME Date: Tue, 16 Mar 2021 11:34:59 +0800 Subject: [PATCH] rename png file and align text --- ...\347\273\237\346\236\266\346\236\2043.png" | Bin en/readme/globalization.md | 50 +++++++++--------- ...\347\273\237\346\236\266\346\236\2043.png" | Bin ...26\345\255\220\347\263\273\347\273\237.md" | 38 ++++++------- 4 files changed, 44 insertions(+), 44 deletions(-) rename "en/readme/figures/\350\275\273\351\270\277\350\222\231-\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" => "en/readme/figures/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" (100%) rename "zh-cn/readme/figures/\350\275\273\351\270\277\350\222\231-\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" => "zh-cn/readme/figures/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" (100%) diff --git "a/en/readme/figures/\350\275\273\351\270\277\350\222\231-\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" "b/en/readme/figures/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" similarity index 100% rename from "en/readme/figures/\350\275\273\351\270\277\350\222\231-\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" rename to "en/readme/figures/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" diff --git a/en/readme/globalization.md b/en/readme/globalization.md index 7370c39d1b..212dec7b3a 100755 --- a/en/readme/globalization.md +++ b/en/readme/globalization.md @@ -25,7 +25,7 @@ If OpenHarmony devices and applications need to be used globally, they must meet **Figure 1** Architecture of the globalization subsystem -![](figures/轻鸿蒙-全球化子系统-系统架构3.png) +![](figures/全球化子系统-系统架构3.png) - The resource kit provides the capability of loading built-in resource files for applications and other subsystems. Currently, this capability is not yet open to applications and is used only for other subsystems to obtain framework resources of applications. - The i18n kit provides i18n APIs for applications and other subsystems to meet the requirements of users in different countries or regions on languages and cultures. Only the date/time, number, and singular-plural formatting capabilities are supported currently. @@ -35,30 +35,30 @@ If OpenHarmony devices and applications need to be used globally, they must meet ``` /base/global/ -├── i18n_lite # Code repository for the i18n framework -│ ├── frameworks # Core code of the i18n framework -│ │ ├── i18n # i18n module -│ │ │ ├── include # Header files -│ │ │ ├── src # Implementation code -│ │ │ └── test # Test cases -│ ├── interfaces # APIs of the i18n framework -│ │ ├── kits # Application APIs -│ │ │ ├── i18n # C/C++ i18n APIs -│ │ │ └── js # C/C++ support for JavaScript APIs -├── resmgr_lite # Code repository for the resource management framework -│ ├── frameworks # Core code of the resource management framework -│ │ ├── resmgr # Core code for resource parsing -│ │ │ ├── include # Header files -│ │ │ └── src # Implementation code -│ ├── interfaces # APIs of the resource management framework -│ │ └── innerkits # APIs of the resource management framework for other subsystems -├── cust_lite # Code repository for the customization framework -│ ├── frameworks # Core code of the customization framework -│ │ ├── cust_lite # Customization framework -│ │ │ ├── src # Implementation code -│ │ │ └── test # Test code -│ ├── interfaces # APIs of the customization framework -│ │ └── innerkits # APIs of the customization framework for other subsystems +├── i18n_lite # Code repository for the i18n framework +│ ├── frameworks # Core code of the i18n framework +│ │ ├── i18n # i18n module +│ │ │ ├── include # Header files +│ │ │ ├── src # Implementation code +│ │ │ └── test # Test cases +│ ├── interfaces # APIs of the i18n framework +│ │ ├── kits # Application APIs +│ │ │ ├── i18n # C/C++ i18n APIs +│ │ │ └── js # C/C++ support for JavaScript APIs +├── resmgr_lite # Code repository for the resource management framework +│ ├── frameworks # Core code of the resource management framework +│ │ ├── resmgr # Core code for resource parsing +│ │ │ ├── include # Header files +│ │ │ └── src # Implementation code +│ ├── interfaces # APIs of the resource management framework +│ │ └── innerkits # APIs of the resource management framework for other subsystems +├── cust_lite # Code repository for the customization framework +│ ├── frameworks # Core code of the customization framework +│ │ ├── cust_lite # Customization framework +│ │ │ ├── src # Implementation code +│ │ │ └── test # Test code +│ ├── interfaces # APIs of the customization framework +│ │ └── innerkits # APIs of the customization framework for other subsystems ``` ## Constraints diff --git "a/zh-cn/readme/figures/\350\275\273\351\270\277\350\222\231-\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" "b/zh-cn/readme/figures/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" similarity index 100% rename from "zh-cn/readme/figures/\350\275\273\351\270\277\350\222\231-\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" rename to "zh-cn/readme/figures/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237-\347\263\273\347\273\237\346\236\266\346\236\2043.png" diff --git "a/zh-cn/readme/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237.md" index d0052ff7b8..f0e0dab9bc 100644 --- "a/zh-cn/readme/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\345\205\250\347\220\203\345\214\226\345\255\220\347\263\273\347\273\237.md" @@ -25,7 +25,7 @@ **图 1** 全球化子系统架构图 -![](figures/轻鸿蒙-全球化子系统-系统架构3.png) +![](figures/全球化子系统-系统架构3.png) - **resource kit** 为应用或其他子系统提供加载应用内置资源文件能力,当前该能力未对应用开放,只供其他子系统获取应用的框架资源。 - **i18n kit** 为应用或其他子系统提供国际化能力接口,支持应用或子系统满足不同语言、不同国家地区用户的文化习惯。当前版本只提供时间日期、数字和单复数等能力的支持。 @@ -35,30 +35,30 @@ ``` /base/global/ -├── i18n_lite # 国际化框架代码仓 +├── i18n_lite # 国际化框架代码仓 │ ├── frameworks # 国际化框架核心代码 -│ │ ├── i18n # 国际化模块 -│ │ │ ├── include # 接口文件 -│ │ │ ├── src # 实现代码 -│ │ │ └── test # 测试用例 +│ │ ├── i18n # 国际化模块 +│ │ │ ├── include # 接口文件 +│ │ │ ├── src # 实现代码 +│ │ │ └── test # 测试用例 │ ├── interfaces # 国际化框架接口 -│ │ ├── kits # 应用接口 -│ │ │ ├── i18n # C/C++国际化能力接口 -│ │ │ └── js # javascript 接口的C/C++支持 -├── resmgr_lite # 资源管理框架代码仓 +│ │ ├── kits # 应用接口 +│ │ │ ├── i18n # C/C++国际化能力接口 +│ │ │ └── js # javascript 接口的C/C++支持 +├── resmgr_lite # 资源管理框架代码仓 │ ├── frameworks # 资源管理框架核心代码 -│ │ ├── resmgr # 资源解析核心代码 -│ │ │ ├── include # 接口文件 -│ │ │ └── src # 实现代码 +│ │ ├── resmgr # 资源解析核心代码 +│ │ │ ├── include # 接口文件 +│ │ │ └── src # 实现代码 │ ├── interfaces # 资源管理框架接口 -│ │ └── innerkits # 资源管理框架对子系统间接口 -├── cust_lite # 定制框架代码仓 +│ │ └── innerkits # 资源管理框架对子系统间接口 +├── cust_lite # 定制框架代码仓 │ ├── frameworks # 定制框架核心代码 -│ │ ├── cust_lite # 定制框架模块 -│ │ │ ├── src # 实现代码 -│ │ │ └── test # 测试代码 +│ │ ├── cust_lite # 定制框架模块 +│ │ │ ├── src # 实现代码 +│ │ │ └── test # 测试代码 │ ├── interfaces # 定制框架接口 -│ │ └── innerkits # 定制框架子系统间接口 +│ │ └── innerkits # 定制框架子系统间接口 ``` ## 约束 -- GitLab