Skip to content

Commit

Permalink
l10n: Update Ukrainian translation (neovim#5567)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
sakhnik authored and justinmk committed Nov 16, 2016
1 parent 108d54b commit f1fed42
Show file tree
Hide file tree
Showing 3 changed files with 2,033 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion src/nvim/eval.c
Expand Up @@ -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;
}
}
Expand Down

0 comments on commit f1fed42

Please sign in to comment.