* Resources/Korean.lproj/Localizable.strings: Add Korean

translations.
        Patch by Seong-Gu Lee <sgleehd@gmail.com>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38890 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2015-08-16 20:11:58 +00:00
parent 8944e46035
commit 9b58665ac7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2015-08-16 Fred Kiefer <FredKiefer@gmx.de>
* Resources/Korean.lproj/Localizable.strings: Add Korean translations.
Patch by Seong-Gu Lee <sgleehd@gmail.com>
2015-08-16 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSSplitView.m (-setAutosaveName:): Treat an empty

View file

@ -32,7 +32,7 @@ libgnustep-gui_INTERFACE_VERSION=$(GNUSTEP_GUI_MAJOR_VERSION).$(GNUSTEP_GUI_MINO
RESOURCE_SET_NAME = gui-resources
gui-resources_INSTALL_DIR = $(GNUSTEP_LIBRARY)/Libraries/gnustep-gui/Versions/$(libgnustep-gui_INTERFACE_VERSION)/Resources
gui-resources_LANGUAGES = English Italian Lojban Esperanto German French Spanish
gui-resources_LANGUAGES = English Italian Lojban Esperanto German French Spanish Korean
gui-resources_LOCALIZED_RESOURCE_FILES = Localizable.strings
include $(GNUSTEP_MAKEFILES)/resource-set.make