remotely-save/src/langs
lyiton 9f4de49495
修改一处细节 (#720)
* Update zh_cn.json

* Update zh_cn.json

* Update zh_tw.json
2024-06-24 22:52:25 +08:00
..
en.json onedrive full 2024-06-23 17:44:02 +08:00
index.ts merge langs back to main repo 2024-01-06 13:49:49 +08:00
LICENSE merge langs back to main repo 2024-01-06 13:49:49 +08:00
README.md merge langs back to main repo 2024-01-06 13:49:49 +08:00
zh_cn.json 修改一处细节 (#720) 2024-06-24 22:52:25 +08:00
zh_tw.json 修改一处细节 (#720) 2024-06-24 22:52:25 +08:00

Translations for Remotely Save

How To Add A Language?

  1. Copy en.json to a new json file named <lang>.json, and translate all the items inside. The language should match what is available in Obsidian app.
  2. Modify the index.ts file to include the new language file.

## Why Seperated Repo?

For better pull requests management.

No more lang submodule from 20240106

It's actually harder to manage pull requests of submodule for me. The submodule is merged back to the main repo on 20240106. Any further improved translations (and/or pull requestes) should be dealt with in the main repo.