l10n: Update Ukrainian translation (#5567)

* Fix translation of the term 'tag'

Prefer native word instead of transliteration

* Update uk.po automatically

Run make update-po-uk in src/nvim/po

* Update fuzzy translations in uk.po

* Translate missing msgstr

* Fix layout of the front page

* Apply cleanup.vim

Additionally, remove irrelevant and confusing comments

* Copy uk.po into uk.cp1251.po
This commit is contained in:
Anatolii Sakhnik 2016-11-16 12:58:07 -05:00 committed by Justin M. Keyes
parent 108d54bbd4
commit f1fed42ca7
3 changed files with 2065 additions and 1741 deletions

View File

@ -10774,7 +10774,7 @@ static void f_haslocaldir(typval_T *argvars, typval_T *rettv, FunPtr fptr)
if (scope_number[kCdScopeTab] > 0) {
tp = find_tabpage(scope_number[kCdScopeTab]);
if (!tp) {
EMSG(_("5000: Cannot find tab number."));
EMSG(_("E5000: Cannot find tab number."));
return;
}
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff