Skip to content

Instantly share code, notes, and snippets.

@choipd
Created November 19, 2012 13:36
Show Gist options
  • Save choipd/4110684 to your computer and use it in GitHub Desktop.
Save choipd/4110684 to your computer and use it in GitHub Desktop.
Titanium에서 한글 앱 이름 설정하기
<?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