文件名称:fetch-mobile-localization-from-airtable:从Airtable获取Android iOS本地化文件
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-17 07:51:00
JavaScript
辅助脚本,可将csv转换为iOS和Android区域设置文件 设置 准备Airtable API密钥和基本密钥 安装套件 yarn 准备环境变量 cp .env.dist .env cp config.json.example config.json # fill in the env variables # Find Airtable Api Key in https://airtable.com/account # Find Base Key from the target base API document # Update projects setting in config.json 运行脚本 update-locale.sh
【文件预览】:
fetch-mobile-localization-from-airtable-master
----.gitignore(31B)
----config.json.example(885B)
----package.json(435B)
----fetch-locale-from-airtable.js(4KB)
----.nvmrc(8B)
----LICENSE(1KB)
----Readme.md(507B)
----update-locales.sh(139B)
----yarn.lock(451B)
----.env.dist(47B)