Skip to content
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ node_modules
/dist/
/src/.vuepress/dist/

# Ignore missing translation files
src/**/.TODO.*

# local env files
*.env
*.env.local
Expand Down
9 changes: 9 additions & 0 deletions TRANSLATIONS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Translation documentation

> NOTE: all translations are expected to be submitted through github pull request. If you are adding a language or file updates, do so in a separate branch and only open a pull request once your changes are final. Your pull request will be reviewed by a Rocket Pool team member.

To add a new language you need to:

1. Add the language slug to `/src/.vuepress/config.js` both under `locales` and `"/slug/": { nav }`
2. Run `npm run multilang:missing`, which creates placeholder files for the new language
3. Translate all files that begin with `.TODO.`
Loading