Skip to content

Commit

Permalink
chore: moved added strings to strings-aniyomi.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
logickoder committed Sep 15, 2023
1 parent 9b430c2 commit 89061a4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ object SettingsLibraryScreen : SearchableSettings {
),
Preference.PreferenceItem.SwitchPreference(
pref = libraryPreferences.hideHiddenCategoriesSettings(),
title = stringResource(R.string.hide_hidden_categories_settings),
title = stringResource(R.string.pref_category_hide_hidden),
),
),
)
Expand Down
6 changes: 6 additions & 0 deletions i18n/src/main/res/values/strings-aniyomi.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Actions -->
<string name="action_hide">Hide</string>

<string name="manga_categories">Manga Categories</string>
<string name="general_categories">Categories</string>
<string name="anime_categories">Anime Categories</string>
Expand Down Expand Up @@ -308,6 +311,9 @@
<string name="pref_episode_swipe">Episode swipe</string>
<string name="pref_episode_swipe_end">Swipe to right action</string>
<string name="pref_episode_swipe_start">Swipe to left action</string>

<string name="pref_category_hide_hidden">Hide hidden categories from categories screen</string>

<!-- TachiyomiSY -->
<string name="data_saver_exclude">Exclude from data saver</string>
<string name="data_saver_stop_exclude">Stop excluding from data saver</string>
Expand Down
2 changes: 0 additions & 2 deletions i18n/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
<!-- Actions -->
<string name="action_settings">Settings</string>
<string name="action_menu">Menu</string>
<string name="action_hide">Hide</string>
<string name="action_filter">Filter</string>
<string name="action_filter_bookmarked">Bookmarked</string>
<string name="action_filter_tracked">Tracked</string>
Expand Down Expand Up @@ -264,7 +263,6 @@
<string name="default_category">Default category</string>
<string name="default_category_summary">Always ask</string>
<string name="categorized_display_settings">Per-category settings for sort and display</string>
<string name="hide_hidden_categories_settings">Hide hidden categories from categories screen</string>
<plurals name="num_categories">
<item quantity="one">%d category</item>
<item quantity="other">%d categories</item>
Expand Down

0 comments on commit 89061a4

Please sign in to comment.