summaryrefslogtreecommitdiffstats
path: root/src/po
AgeCommit message (Collapse)Author
2023-09-04runtime(sr): Update Serbian messages translationIvan Pešić
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-02translation(en_GB): Update UK English translation (#13011)Mike Williams
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-01translation(it): updated Italian translation + xxd manpageAntonio Giovanni Colombo
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-27translation(ua): Refine (synchronize with Neovim) (#12928)Anatolii Sakhnik
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-26translation(ua): Update Ukrainian translation (#12916)Anatolii Sakhnik
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-26translation(ir): Updated irish translation (#12918)Kevin Scannell
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-23Translation(tr): Update Turkish translations (#12897)Emir SARI
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-22Translations(it): Update po and menus for itAntonio Giovanni Colombo
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-20Translation: also update ru.cp1251.po file after 6cc8bc836616e9b0Christian Brabandt
Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-08-20Translation: Russian PO file updated to Vim version 9.0.1757 (#12864)Restorer
Co-authored-by: RestorerZ <restorer@mail2k.ru>
2023-08-19Translations: Update po files for zh and jaK.Takata
Update po files by running `make` in `src/po/`. Some po files were out of sync with the files in other encodings. Related: #12749, #12787 closes: #12826 closes: #12840
2023-08-19Runtime: Update Italian TranslationAntonio Giovanni Colombo
Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Antonio Giovanni Colombo <azc100@gmail.com>
2023-08-17Update sr.po (#12820)Ivan Pešić
2023-08-15zh_CN: update to use reordering (#12787)依云
2023-08-13patch 9.0.1704: Cannot use positional arguments for printf()v9.0.1704Christ van Willegen
Problem: Cannot use positional arguments for printf() Solution: Support positional arguments in string formatting closes: #12140 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
2023-08-13Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)Christian Brabandt
* Dedicate upcoming Vim 9.1 to Bram Also replace in a few more places Brams email address and mention new maintainers. * Remove Bram from any Maintainer role * runtime: Align Header * it's mailing list not mailinglist
2023-06-10Update runtime filesBram Moolenaar
2023-05-28patch 9.0.1586: error for using two messages with ngettext() differing in "%"v9.0.1586Bram Moolenaar
Problem: Checking translations gives an error for using two messages with ngettext() that differ in "%" items. Solution: Adjust the check script to tolerate omitting one "%" item.
2023-05-27patch 9.0.1581: translation does not work for plural argumentv9.0.1581Bram Moolenaar
Problem: Translation does not work for plural argument. Solution: Use PLURAL_MSG() for errors and with xgettext. (closes #12443)
2023-05-23patch 9.0.1574: MS-Windows: list of translation input files incompletev9.0.1574Bram Moolenaar
Problem: MS-Windows: list of translation input files incomplete. Solution: Move the list of files to a common file. (closes #12426)
2023-05-14Update runtime filesBram Moolenaar
2023-05-10patch 9.0.1537: message for opening the cmdline window is not translatedv9.0.1537Bram Moolenaar
Problem: Message for opening the cmdline window is not translated. Solution: Add gettext() and scan the defaults script for text to be translated. (closes #12371)
2023-03-16patch 9.0.1410: MacOS: sed fails on .po filesv9.0.1410Yee Cheng Chin
Problem: MacOS: sed fails on .po files. Solution: Set $LANG to "C". (Yee Cheng Chin, closes #12153)
2023-02-02Update runtime files.Bram Moolenaar
2022-12-31Update runtime filesBram Moolenaar
2022-12-06Update runtime filesBram Moolenaar
2022-11-09Update runtime filesBram Moolenaar
2022-08-26Update runtime filesBram Moolenaar
2022-08-24Update runtime filesBram Moolenaar
2022-07-29Update runtime filesBram Moolenaar
2022-07-07Runtime files updateBram Moolenaar
2022-06-26Update runtime filesBram Moolenaar
2022-06-25Update runtime filesBram Moolenaar
2022-06-24Update runtime filesBram Moolenaar
2022-06-17Update runtime filesBram Moolenaar
2022-06-09Update runtime filesBram Moolenaar
2022-06-06Update runtime files.Bram Moolenaar
2022-06-03Update runtime filesBram Moolenaar
2022-05-22patch 8.2.5001: checking translations affects the search pattern historyv8.2.5001Bram Moolenaar
Problem: Checking translations affects the search pattern history. Solution: Use "keeppatterns". (Doug Kearns)
2022-05-21Update runtime files.Bram Moolenaar
2022-05-12Update runtime files and translationsBram Moolenaar
2022-05-09Update runtime files, translationsBram Moolenaar
2022-05-07Update runtime filesBram Moolenaar
2022-04-18Update runtime filesBram Moolenaar
2022-04-08Update runtime filesBram Moolenaar
2022-03-19Update runtime filesBram Moolenaar
2022-02-20Update runtime filesBram Moolenaar
2022-02-18patch 8.2.4412: translation cleanup script does not remove empty lines at endv8.2.4412Bram Moolenaar
Problem: Translation cleanup script does not remove empty lines at end. Solution: Remove empty lines at the end. (Ken Takata, closes #9794)
2022-02-14patch 8.2.4381: translation file listed twicev8.2.4381Bram Moolenaar
Problem: Translation file listed twice. Solution: Remove one entry.
2022-02-14patch 8.2.4380: small differences between Chinese translation filesv8.2.4380Ada
Problem: Small differences between Chinese translation files. Solution: Add rule for converting UTF-8 to gb2312. (closes #9773)