core: add japanese translations
This commit is contained in:
parent
d273f946e6
commit
b9c7dc9692
@ -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
|
||||
|
@ -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])
|
||||
|
||||
|
@ -26,6 +26,7 @@ SET(PO_FILES
|
||||
ru.po
|
||||
pl.po
|
||||
it.po
|
||||
ja.po
|
||||
pt_BR.po
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user