mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Update locales
This commit is contained in:
parent
9bcb8ae02c
commit
90e41635ed
23 changed files with 3198 additions and 41 deletions
|
|
@ -36,8 +36,7 @@ class LanguagesPopupView extends AbstractViewNext {
|
|||
}
|
||||
|
||||
languageTooltipName(language) {
|
||||
const result = convertLangName(language, true);
|
||||
return convertLangName(language, false) === result ? '' : result;
|
||||
return convertLangName(language, true);
|
||||
}
|
||||
|
||||
setLanguageSelection() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue