summaryrefslogtreecommitdiff
path: root/src/po
Commit message (Collapse)AuthorAgeFilesLines
* Correct Spanish translationsBram Moolenaar2021-09-211-1/+2
|
* Update runtime filesBram Moolenaar2021-09-211-25/+16
|
* Update runtime filesBram Moolenaar2021-07-281-237/+522
|
* Update runtime filesBram Moolenaar2021-07-071-47/+93
|
* Update runtime filesBram Moolenaar2021-06-273-1431/+3833
|
* Update runtime filesBram Moolenaar2021-06-131-52/+169
|
* Update runtime filesBram Moolenaar2021-04-071-1/+1
|
* Update runtime files.Bram Moolenaar2021-02-271-122/+212
|
* Update runtime filesBram Moolenaar2021-02-133-3/+2
|
* Update runtime files.Bram Moolenaar2021-01-021-485/+1004
|
* Update runtime files.Bram Moolenaar2020-12-101-109/+1574
|
* Update runtime filesBram Moolenaar2020-11-292-1062/+4657
|
* Update runtime files.Bram Moolenaar2020-10-2638-76/+0
|
* Update runtime files.Bram Moolenaar2020-09-071-53/+488
|
* patch 8.2.1585: messages in globals.h not translatedv8.2.1585Bram Moolenaar2020-09-046-21/+108
| | | | | | | Problem: Messages in globals.h not translated, xgettext on MS-Windows not fully supported. Solution: Add globals.h to list of input files. Update MS-Windows makefiles to improve message translations. (Ken Takata, closes #6858)
* patch 8.2.1548: cannot move position of "%%" in message translationsv8.2.1548Bram Moolenaar2020-08-301-0/+1
| | | | | Problem: Cannot move position of "%%" in message translations. (Emir Sarı) Solution: Improve the check script.
* Update runtime files.Bram Moolenaar2020-08-302-582/+425
|
* patch 8.2.1544: cannot translate messages in a Vim scriptv8.2.1544Bram Moolenaar2020-08-304-7/+87
| | | | | | Problem: Cannot translate messages in a Vim script. Solution: Add gettext(). Try it out for a few messages in the options window.
* Update runtime files.Bram Moolenaar2020-07-261-309/+509
|
* Update runtime filesBram Moolenaar2020-07-101-304/+467
|
* Update runtime filesBram Moolenaar2020-05-1239-2277/+388
|
* Update runtime filesBram Moolenaar2020-03-271-250/+547
|
* Update runtime filesBram Moolenaar2020-03-011-108/+382
|
* Update runtime files.Bram Moolenaar2020-02-261-137/+384
|
* Update runtime files.Bram Moolenaar2019-12-2620-40/+40
|
* Update runtime files.Bram Moolenaar2019-12-191-28/+62
|
* Runtime file updates.Bram Moolenaar2019-12-073-1264/+1388
|
* Update a few runtime filesBram Moolenaar2019-12-032-96/+92
|
* Update runtime filesBram Moolenaar2019-11-261-40/+33
|
* Update runtime files.Bram Moolenaar2019-11-204-1416/+1732
|
* Update runtime files.Bram Moolenaar2019-11-171-18/+20
|
* patch 8.1.2305: no warning for wrong entry in translationsv8.1.2305Bram Moolenaar2019-11-161-0/+11
| | | | | Problem: No warning for wrong entry in translations. Solution: Check semicolons in keywords entry of desktop file.
* Fix vim.desktop generation.Bram Moolenaar2019-11-142-2/+2
|
* Update runtime filesBram Moolenaar2019-11-139-6235/+7295
|
* Update runtime filesBram Moolenaar2019-11-101-41/+41
|
* Update runtime filesBram Moolenaar2019-10-265-376/+7654
|
* Update runtime files.Bram Moolenaar2019-09-271-0/+1
|
* Update runtime filesBram Moolenaar2019-09-113-648/+755
|
* Update runtime files.Bram Moolenaar2019-08-081-326/+373
|
* Update runtime files.Bram Moolenaar2019-07-3125-897/+0
|
* Update runtime filesBram Moolenaar2019-07-191-339/+338
|
* Update runtime files.Bram Moolenaar2019-06-061-2/+0
|
* patch 8.1.1468: the generated desktop files may be invalidv8.1.1468Bram Moolenaar2019-06-051-3/+7
| | | | | | Problem: The generated desktop files may be invalid. Solution: Check validity with desktop-file-validate. (Christian Brabandt, Will Thompson, closes #4480)
* Update runtime files.Bram Moolenaar2019-05-311-443/+673
|
* Update runtime files.Bram Moolenaar2019-05-263-3/+3
|
* Update runtime filesBram Moolenaar2019-05-0912-717/+892
|
* patch 8.1.1282: running make in src/po leaves LINGUAS file behindv8.1.1282Bram Moolenaar2019-05-051-0/+2
| | | | | Problem: Running make in src/po leaves LINGUAS file behind. (Ken Takata) Solution: Delete LINGUAS after running msgfmt.
* patch 8.1.1255: building desktop files fails on FreeBSDv8.1.1255Bram Moolenaar2019-05-031-2/+6
| | | | | Problem: Building desktop files fails on FreeBSD. (Adam Weinberger) Solution: Avoid using non-portable construct in Makefile. (closes #4332)
* patch 8.1.1240: runtime desktop files are overwritten by buildv8.1.1240Bram Moolenaar2019-04-301-1/+0
| | | | | Problem: Runtime desktop files are overwritten by build. (Tony Mechelynck) Solution: Instead of copying the files find them with "make install".
* patch 8.1.1227: duplicate entries in the generate .desktop filesv8.1.1227Bram Moolenaar2019-04-282-4/+0
| | | | | Problem: Duplicate entries in the generate .desktop files. (Ralf Schandl) Solution: Remove translated entries from the .in files. (closes #4313)