Skip to content

Commit

Permalink
Merge pull request #330 from 1600094806/refactor/#329-image_license_l…
Browse files Browse the repository at this point in the history
…anguage

이미지 라이선스 다른언어 추가
  • Loading branch information
koggily authored Jan 28, 2022
2 parents ddfc866 + a956829 commit 7b40a71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/src/main/res/values-en/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,5 @@
<string name="format_password_try_after">Please try again after %d minutes</string>
<string name="fragment_add_edit_plan_photo" translatable="false">Add photo</string>
<string name="open_source_license">Open Source License</string>
<string name="image_license">Image License</string>
</resources>
1 change: 1 addition & 0 deletions app/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,5 @@
<string name="password_wrong_ten_times">您输入了错误的密码 10 次</string>
<string name="format_password_try_after">请在 %d 分钟后重试</string>
<string name="fragment_select_group_dialog_title">请选择组</string>
<string name="image_license">图像许可</string>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,6 @@
<string name="password_wrong_ten_times">비밀번호를 10회 잘못 입력하셨습니다.</string>
<string name="format_password_try_after">%d분 후에 다시 시도해주세요.</string>
<string name="open_source_license">오픈소스 라이선스</string>
<string name="image_license" translatable="false">이미지 라이선스</string>
<string name="image_license">이미지 라이선스</string>
<string name="image_license_detail" translatable="false">Icon made by Freepik from www.flaticon.com/authors/freepik</string>
</resources>

0 comments on commit 7b40a71

Please sign in to comment.