Changing Megalodon to Moshidon in the strings.

The command I use for automating this is "find values* -type f -exec sed -i 's/Megalodon/Moshidon/g' {} \;". Run this in the resources folder and it should all be changed
This commit is contained in:
sk
2023-01-18 12:10:35 +01:00
committed by LucasGGamerM
parent d43cbe642f
commit 1a79bc0b61
13 changed files with 57 additions and 57 deletions

View File

@@ -18,7 +18,7 @@
<string name="sk_confirm_delete_draft">Jste si jistý, že chcete tento navržený příspěvek smazat\?</string>
<string name="sk_confirm_delete_scheduled_post">Určitě chcete tento naplánovaný příspěvek smazat\?</string>
<string name="sk_delete_list_confirm">Opravdu chcete tento seznam odstranit\?</string>
<string name="sk_app_name">Megalodon</string>
<string name="sk_app_name">Moshidon</string>
<string name="sk_pinned_posts">Připnutý</string>
<string name="sk_delete_and_redraft">vymazat a přepracovat</string>
</resources>