14 Commits

Author SHA1 Message Date
c2a37013bd runtime(menu): Fix "Open &Tab..." CJK translations to have shortcut key (#13031)
Previous PR (#12993) fixed localization files to point to "Open &Tab..."
but they didn't add the shortcut key to the translated names. This adds
the shortcut keys to the CJK translations in the form of "(&T)".

Note that this doesn't add the shortcut to latin script languages like
Czech. These types of translated names tend to also localize the
shortcut keys for them to make sense to the user and it's up to each
translator to decide how to do so. CJK translations tend to just take
the English key directly since it doesn't make sense to have a localized
shortcut key in general.


Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-05 07:36:07 +02:00
c41b7a26fc Fix menu localization not updated for "Open Tab..." item (#12993)
THe menu item "Open Tab..." was changed to "Open &Tab..." in #12895 but
localization files were not updated. Update it here.

Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-09-01 18:53:30 +02:00
2ecbe53f45 Update runtime files 2022-07-29 21:36:21 +01:00
Ada
a42535340a patch 8.2.4420: menu translations are inconsistent
Problem:    Menu translations are inconsistent.
Solution:   Add a Makefile to convert between encodings. (Ada (Haowen) Yu,
            closes #9801)
2022-02-19 12:06:09 +00:00
0d6fe631f7 patch 8.2.0620: error in menu translations
Problem:    Error in menu translations.
Solution:   Insert a backslash before a space.
2020-04-23 13:58:12 +02:00
8fe1000e9c Update runtime files 2019-09-11 22:56:44 +02:00
7d76c804af Update runtime files and translations. 2014-10-15 22:51:52 +02:00
8071607aa5 More runtime file fixes for 'compatible' mode. 2012-05-01 21:14:34 +02:00
c81e5e79a0 updated for version 7.1a 2007-05-05 18:24:42 +00:00
d68071d8da updated for version 7.0g01 2006-05-02 22:08:30 +00:00
551dbcc9b6 updated for version 7.0f01 2006-04-25 22:13:59 +00:00
57657d85c6 updated for version 7.0e05 2006-04-21 22:12:41 +00:00
c1e37901fc updated for version 7.0e02 2006-04-18 21:55:01 +00:00
071d4279d6 updated for version 7.0001 2004-06-13 20:20:40 +00:00