Skip to content

Commit 7b40a71

Browse files
authored
Merge pull request #330 from 1600094806/refactor/#329-image_license_language
이미지 라이선스 다른언어 추가
2 parents ddfc866 + a956829 commit 7b40a71

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

app/src/main/res/values-en/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@
160160
<string name="format_password_try_after">Please try again after %d minutes</string>
161161
<string name="fragment_add_edit_plan_photo" translatable="false">Add photo</string>
162162
<string name="open_source_license">Open Source License</string>
163+
<string name="image_license">Image License</string>
163164
</resources>

app/src/main/res/values-zh-rCN/strings.xml

+1
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,5 @@
160160
<string name="password_wrong_ten_times">您输入了错误的密码 10 次</string>
161161
<string name="format_password_try_after">请在 %d 分钟后重试</string>
162162
<string name="fragment_select_group_dialog_title">请选择组</string>
163+
<string name="image_license">图像许可</string>
163164
</resources>

app/src/main/res/values/strings.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@
174174
<string name="password_wrong_ten_times">비밀번호를 10회 잘못 입력하셨습니다.</string>
175175
<string name="format_password_try_after">%d분 후에 다시 시도해주세요.</string>
176176
<string name="open_source_license">오픈소스 라이선스</string>
177-
<string name="image_license" translatable="false">이미지 라이선스</string>
177+
<string name="image_license">이미지 라이선스</string>
178178
<string name="image_license_detail" translatable="false">Icon made by Freepik from www.flaticon.com/authors/freepik</string>
179179
</resources>

0 commit comments

Comments
 (0)