1 Star 0 Fork 84

sunyaozu/global_i18n_lite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bundle.json 2.75 KB
一键复制 编辑 原始数据 按行查看 历史
sunyaozu 提交于 2023-06-21 11:35 +08:00 . update i18n_lite bundle.json
{
"name": "@ohos/i18n_lite",
"version": "1.0.0",
"description": "Provides internationalization APIS for implementing functions such as date and time formatting.",
"homePage": "https://gitee.com/openharmony/",
"license": "Apache V2",
"repository": "https://gitee.com/openharmony/global_i18n_lite",
"domain": "os",
"language": "",
"publishAs": "code-segment",
"private": false,
"scripts": {},
"tags": [
"global"
],
"keywords": [
"i18n",
"lite"
],
"envs": [],
"dirs": [],
"author": {
"name": "",
"email": "",
"url": ""
},
"contributors": [
{
"name": "",
"email": "",
"url": ""
}
],
"segment": {
"destPath": "base/global/i18n_lite"
},
"component": {
"name": "i18n_lite",
"subsystem": "global",
"features": [],
"adapted_system_type": [
"mini",
"small"
],
"rom": "",
"ram": "",
"deps": {
"components": [ "utils_lite" ],
"third_party": [
"bounds_checking_function"
]
},
"build": {
"sub_component": [
"//base/global/i18n_lite/frameworks/i18n:global_i18n",
"//base/global/i18n_lite/interfaces/kits:global_i18n_dat",
"//base/global/i18n_lite/interfaces/kits/js/builtin:nativeapi_locale_simulator"
],
"inner_kits": [
{
"name": "//base/global/i18n_lite/frameworks/i18n:global_i18n",
"header": {
"header_files": [
"date_time_format.h",
"locale_info.h",
"number_format.h",
"plural_format.h",
"types.h",
"week_info.h"
],
"header_base": "//base/global/i18n_lite/interfaces/kits/i18n/zone/include"
}
},
{
"name": "//base/global/i18n_lite/interfaces/kits/js/builtin:nativeapi_locale_simulator",
"header": {
"header_files": [
"locale_module.h"
],
"header_base": "//base/global/i18n_lite/interfaces/kits/js/builtin/include"
}
}
],
"test": [
"//base/global/i18n_lite/frameworks/i18n/test:I18nTest"
]
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sunyaozu/global_i18n_lite.git
git@gitee.com:sunyaozu/global_i18n_lite.git
sunyaozu
global_i18n_lite
global_i18n_lite
master

搜索帮助