Skip to content

Commit

Permalink
add Japanese translation of RGui.pot
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.r-project.org/R/trunk@33625 00db46b3-68df-0310-9c12-caf00c1e9a41
  • Loading branch information
ripley committed Mar 14, 2005
1 parent 4af0fd5 commit 9cc0dab
Show file tree
Hide file tree
Showing 5 changed files with 1,174 additions and 3 deletions.
2 changes: 1 addition & 1 deletion po/Makefile.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

## add other languages for the R domain to LINGUAS
## add both RGui-ll.po and RGui-ll.gmo files to RGUI_CATALOGS
RGUI_CATALOGS = RGui-it.po RGui-it.gmo
RGUI_CATALOGS = RGui-it.po RGui-it.gmo RGui-ja.po RGui-ja.gmo

VPATH = @srcdir@
srcdir = @srcdir@
Expand Down
2 changes: 1 addition & 1 deletion po/Makefile.win
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Rlocaledir = $(Rsharedir)/locale

CATALOGS = de.gmo en.gmo en_GB.gmo it.gmo pt_BR.gmo zh_CN.gmo
# no use on Windows en@quot.gmo
RGUI-CATALOGS = RGui-it.gmo
RGUI-CATALOGS = RGui-it.gmo RGui-ja.gmo

all:
@mkdir -p $(Rsharedir)
Expand Down
Binary file added po/RGui-ja.gmo
Binary file not shown.
Loading

0 comments on commit 9cc0dab

Please sign in to comment.