]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1483: not possible to translation position in buffer v9.1.1483
authorEmir SARI <emir_sari@icloud.com>
Thu, 26 Jun 2025 18:38:16 +0000 (20:38 +0200)
committerChristian Brabandt <cb@256bit.org>
Thu, 26 Jun 2025 18:38:16 +0000 (20:38 +0200)
commit81f9815831c7b3fc9ea1e0164e27e12f321ff2c3
treed4bed194fbab87478c6c0e7a22af154a9050aa9e
parentfe803c8c04c1b73453c0dab970863ab53e3eeec7
patch 9.1.1483: not possible to translation position in buffer

Problem:  not possible to translation position in buffer
Solution: use _() macro to mark the output as translatable
          (Emir SARI)

Row/Column indicator separator is currently not customizable. Some
languages have a space after the comma as the usual practice, plus this
would help translators use a custom separator like colons if necessary.

Additionally, after a save, the line and the byte indicator is also
hardcoded, this enables i18n for that as well.

closes: #17608

Signed-off-by: Emir SARI <emir_sari@icloud.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/drawscreen.c
src/fileio.c
src/version.c