diff options
author | Slávek Banko <[email protected]> | 2018-12-26 01:31:08 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-12-26 01:33:27 +0100 |
commit | c32faa2e3656f76a82876b66fdb9c26b0725fae8 (patch) | |
tree | c26ec289d10fbb421fa105fd5a2f694cd2227f60 /configure.in | |
parent | bc106f8430d201283fa24ffb66d3a57ef6d85403 (diff) | |
download | gwenview-i18n-c32faa2e3656f76a82876b66fdb9c26b0725fae8.tar.gz gwenview-i18n-c32faa2e3656f76a82876b66fdb9c26b0725fae8.zip |
Rename Venda translation to "ve".
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 6d3e7aa9d28caa5025ef252278b8232fae00778a)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 74ea528..6981380 100644 --- a/configure.in +++ b/configure.in @@ -234,8 +234,8 @@ AC_CONFIG_FILES([ tr/Makefile ]) AC_CONFIG_FILES([ tr/messages/Makefile ]) AC_CONFIG_FILES([ uk/Makefile ]) AC_CONFIG_FILES([ uk/messages/Makefile ]) -AC_CONFIG_FILES([ ven/Makefile ]) -AC_CONFIG_FILES([ ven/messages/Makefile ]) +AC_CONFIG_FILES([ ve/Makefile ]) +AC_CONFIG_FILES([ ve/messages/Makefile ]) AC_CONFIG_FILES([ vi/Makefile ]) AC_CONFIG_FILES([ vi/messages/Makefile ]) AC_CONFIG_FILES([ xh/Makefile ]) |