mirror of
https://github.com/remotely-save/remotely-save.git
synced 2024-06-07 21:10:45 +00:00
11 lines
342 B
Markdown
11 lines
342 B
Markdown
# 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.
|