Go to file
2022-05-03 22:58:39 +08:00
en.json normalize words 2022-05-03 22:58:39 +08:00
index.ts add zh_tw 2022-03-20 16:18:23 +08:00
LICENSE
README.md
zh_cn.json split chooser and basic settings 2022-05-03 22:44:56 +08:00
zh_tw.json split chooser and basic settings 2022-05-03 22:44:56 +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.