feat: more i18n and sort keys
This commit is contained in:
parent
a397b170ab
commit
793ae3cb4e
9 changed files with 127 additions and 93 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
@ -9,11 +9,14 @@
|
|||
"editor.formatOnSave": false,
|
||||
"cSpell.words": [
|
||||
"masto",
|
||||
"Nuxtodon"
|
||||
"Nuxtodon",
|
||||
"unmute"
|
||||
],
|
||||
"i18n-ally.localesPaths": [
|
||||
"locales"
|
||||
],
|
||||
"i18n-ally.keystyle": "nested",
|
||||
"i18n-ally.sourceLanguage": "en-US"
|
||||
"i18n-ally.sourceLanguage": "en-US",
|
||||
"i18n-ally.preferredDelimiter": "_",
|
||||
"i18n-ally.sortKeys": true
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue