1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

[CL-120] add CL i18n entries to desktop and browser (#6073)

* update vscode search excludes config to only show en locale

* update messages.json on desktop and browser
This commit is contained in:
Will Martin
2023-08-21 09:01:13 -04:00
committed by GitHub
parent 0e98ab66e3
commit 52c9fcb936
3 changed files with 211 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
{
"cSpell.words": ["Csprng", "decryptable", "Popout", "Reprompt", "takeuntil"]
"cSpell.words": ["Csprng", "decryptable", "Popout", "Reprompt", "takeuntil"],
"search.exclude": {
"**/locales/[^e]*/messages.json": true,
"**/locales/*[^n]/messages.json": true,
"**/_locales/[^e]*/messages.json": true,
"**/_locales/*[^n]/messages.json": true
}
}