Go to file
fyears b5532dd834
Merge pull request #4 from ras0q/feat/ignorepaths
add settings_ignorepaths, settings_ignorepaths_desc
2024-01-03 23:25:32 +08:00
en.json Merge pull request #4 from ras0q/feat/ignorepaths 2024-01-03 23:25:32 +08:00
index.ts add zh_tw 2022-03-20 16:18:23 +08:00
LICENSE
README.md
zh_cn.json add settings_ignorepaths, settings_ignorepaths_desc 2023-12-29 21:45:08 +09:00
zh_tw.json add settings_ignorepaths, settings_ignorepaths_desc 2023-12-29 21:45:08 +09: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.