Skip to content

Commit

Permalink
move a untranslatable string
Browse files Browse the repository at this point in the history
  • Loading branch information
RikkaW committed Jun 10, 2020
1 parent 0a4b66d commit 33b48ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion manager/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@
<string name="dialog_cannot_open_browser_title">Can\'t start browser</string>
<string name="toast_copied_to_clipboard">%s\nhas been copied to clipboard.</string>
<string name="toast_copied_to_clipboard_with_text"><![CDATA[<b>%s</b> has been copied to clipboard.]]></string>
<string name="toast_translation_unfinished" translatable="false">The translation of current language is outdated.\nYou can learn how to contribute translation in settings.</string>

<!-- Messages for legacy -->
<string name="dialog_legacy_not_support_title">%1$s does not support modern Shizuku</string>
Expand Down
1 change: 1 addition & 0 deletions manager/src/main/res/values/strings_untranslatable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
<string name="icon_illustrator" translatable="false">小雅</string>
<string name="icon_illustrator_url" translatable="false">https://twitter.com/xiaoya_er</string>

<string name="toast_translation_unfinished" translatable="false">The translation of current language is outdated.\nYou can learn how to contribute translation in settings.</string>
<string name="translation_url" translatable="false">http://rikka.app/contribute_translation.html</string>
</resources>

0 comments on commit 33b48ce

Please sign in to comment.