1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

core: add japanese translations

This commit is contained in:
Ryuunosuke Ayanokouzi
2012-02-26 07:54:44 +01:00
committed by Sebastien Helleu
parent d273f946e6
commit b9c7dc9692
4 changed files with 8320 additions and 2 deletions
+2 -1
View File
@@ -1,12 +1,13 @@
WeeChat ChangeLog
=================
Sébastien Helleu <flashcode@flashtux.org>
v0.3.7-rc3, 2012-02-25
v0.3.7-rc3, 2012-02-26
Version 0.3.7 (under dev!)
--------------------------
* core: add japanese translations
* core: fix expand of path "~" to home of user in function string_expand_home
("~/xxx" was ok, but not "~")
* core: fix memory leak when closing buffer
+1 -1
View File
@@ -58,7 +58,7 @@ cygwin*)
esac
# Gettext
ALL_LINGUAS="fr es cs hu de ru pl it pt_BR"
ALL_LINGUAS="fr es cs hu de ru pl it ja pt_BR"
AM_GNU_GETTEXT
AM_GNU_GETTEXT_VERSION([0.15])
+1
View File
@@ -26,6 +26,7 @@ SET(PO_FILES
ru.po
pl.po
it.po
ja.po
pt_BR.po
)
+8316
View File
File diff suppressed because it is too large Load Diff