Extract translation from app module (#7975)

* Extract translation from app module

- Prep for further extraction to modules in the nearish future

* Subproject .gitignore
This commit is contained in:
Andreas
2022-09-10 15:58:45 +02:00
committed by GitHub
parent 56826fb477
commit d5c207d8a3
83 changed files with 50 additions and 16 deletions
-15
View File
@@ -1,15 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="color_filter_modes">
<item>@string/label_default</item>
<item>@string/filter_mode_multiply</item>
<item>@string/filter_mode_screen</item>
<!-- Attributes specific for SDK 28 and up -->
<item>@string/filter_mode_overlay</item>
<item>@string/filter_mode_lighten</item>
<item>@string/filter_mode_darken</item>
</string-array>
</resources>