Go to file
Sam Purkis 23f1b7990c
update lang files inline with issue-199-sync-on-save (#2)
Co-authored-by: Sam Purkis <sam.purkis@zimmerbiomet.com>
Co-authored-by: fyears <1142836+fyears@users.noreply.github.com>
2024-01-06 11:58:56 +08:00
en.json update lang files inline with issue-199-sync-on-save (#2) 2024-01-06 11:58:56 +08:00
index.ts add zh_tw 2022-03-20 16:18:23 +08:00
LICENSE en and zh_cn 2022-03-20 15:33:08 +08:00
README.md en and zh_cn 2022-03-20 15:33:08 +08:00
zh_cn.json update lang files inline with issue-199-sync-on-save (#2) 2024-01-06 11:58:56 +08:00
zh_tw.json update lang files inline with issue-199-sync-on-save (#2) 2024-01-06 11:58: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.