Putting stuff back to sk_ instead of mo_ on sk strings.

Relevant command: find values*/strings_sk.xml -type f -exec sed -i 's/mo_/sk_/g' {} \;
This commit is contained in:
LucasGGamerM
2023-01-24 17:47:12 -03:00
parent 476b462e86
commit c11863388d
21 changed files with 108 additions and 108 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="mo_app_name">Megalodon</string>
<string name="sk_app_name">Megalodon</string>
<string name="sk_pinned_posts">Fixado</string>
</resources>