mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-22 11:49:22 -05:00
client: Use translation for auto-detect
This commit is contained in:
@@ -99,7 +99,7 @@ function buildListOfLanguages() {
|
||||
return [
|
||||
{
|
||||
language: mimeTypesService.MIME_TYPE_AUTO,
|
||||
label: "Auto"
|
||||
label: t("editable-text.auto-detect-language")
|
||||
},
|
||||
...userLanguages
|
||||
];
|
||||
|
||||
@@ -1497,5 +1497,8 @@
|
||||
"move-to-visible-launchers": "Move to visible launchers",
|
||||
"move-to-available-launchers": "Move to available launchers",
|
||||
"duplicate-launcher": "Duplicate launcher"
|
||||
},
|
||||
"editable-text": {
|
||||
"auto-detect-language": "Auto-detected"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user