Created
November 19, 2012 13:36
-
-
Save choipd/4110684 to your computer and use it in GitHub Desktop.
Titanium에서 한글 앱 이름 설정하기
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<resources> | |
<string name="home">홈</string> | |
<string name="settings">설정</string> | |
<string name="openWindow">새 창 열기</string> | |
<string name="newWindow">새 창</string> | |
<string name="app_name">안심이</string> | |
</resources> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment