commit | a8490a4952c320f234ae4528d4a1e812a27f3a0a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 23 18:00:58 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 23 18:00:58 2023 +0100 |
tree | 93460fc0c676f2c6c801b724dfea551ff5eac0e5 | |
parent | 167fb6d39b23e0967dabc523ce190e7447114e69 [diff] [blame] |
patch 9.0.1575: "file N of M" message is not translated Problem: "file N of M" message is not translated. Solution: Make argument count message translatable. (close #12429)
diff --git a/src/version.c b/src/version.c index 9ea324f..11e29de 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1575, +/**/ 1574, /**/ 1573,