French translation: strings.xml in values-fr-v29

This commit is contained in:
SombrAbsol 2022-12-06 20:52:44 +01:00 committed by GitHub
parent f24ee28c19
commit 2a8111b033
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="theme_options">
<item>@string/theme_option_light</item>
<item>@string/theme_option_dark</item>
<item>@string/theme_option_system_default</item>
</string-array>
</resources>