Skip to content

Commit

Permalink
録画ルールを新しい順/古い順に並べ替え 機能の追加
Browse files Browse the repository at this point in the history
  • Loading branch information
daigorian committed Jul 8, 2021
1 parent 1173b08 commit 06f9129
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/main/res/values-ja-rJP/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@
<string name="by_rec_rules">録画ルール</string>
<string name="search_history">検索履歴</string>
<string name="program_name">番組名</string>
<string name="set_newest_rule_first">録画ルールを新しい順に並べ替え</string>
<string name="set_oldest_rule_first">録画ルールを古い順に並べ替え</string>
</resources>
4 changes: 4 additions & 0 deletions app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,8 @@
<string name="search_history">Search history</string>
<string name="program_name">Program Name</string>

<string name="pref_key_rules_order_is_newest_first" translatable="false">KEY_RULES_ORDER_IS_NEWEST_FIRST</string>
<string name="set_newest_rule_first">Newest rule first</string>
<string name="set_oldest_rule_first">Oldest rule first</string>

</resources>

0 comments on commit 06f9129

Please sign in to comment.