Hi, I found some mistakes in src/po/Make_all.mak. It used spaces instead of tabs in "lv" lines. And the lines were not sorted properly because of it. Please check the attached patch.
Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
# HG changeset patch # Parent 96fc4c2893cb7698301d5a810a63b97123749255 diff --git a/src/po/Make_all.mak b/src/po/Make_all.mak --- a/src/po/Make_all.mak +++ b/src/po/Make_all.mak @@ -21,6 +21,7 @@ LANGUAGES = \ ja.sjis \ ko \ ko.UTF-8 \ + lv \ nb \ nl \ no \ @@ -42,7 +43,6 @@ LANGUAGES = \ zh_CN.cp936 \ zh_TW \ zh_TW.UTF-8 \ - lv \ MOFILES = \ @@ -61,6 +61,7 @@ MOFILES = \ ja.mo \ ko.UTF-8.mo \ ko.mo \ + lv.mo \ nb.mo \ nl.mo \ no.mo \ @@ -76,7 +77,6 @@ MOFILES = \ zh_CN.mo \ zh_TW.UTF-8.mo \ zh_TW.mo \ - lv.mo \ MOCONVERTED = \
