aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values
diff options
context:
space:
mode:
authorDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-04-22 03:04:33 +0000
committerDocile-Alligator <25734209+Docile-Alligator@users.noreply.github.com>2024-04-22 03:04:33 +0000
commitb598da636053154670642ec326b104c9a11914d2 (patch)
tree983395b6d8f79000c5e7fd80f7ebab3dad1716dc /app/src/main/res/values
parent7d3f23473546e151977c52f5e073c7341ff59fbc (diff)
downloadinfinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.tar
infinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.tar.gz
infinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.tar.bz2
infinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.tar.lz
infinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.tar.xz
infinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.tar.zst
infinity-for-reddit-b598da636053154670642ec326b104c9a11914d2.zip
Start adding support for online themes.
Diffstat (limited to 'app/src/main/res/values')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index abf8e083..86dafe41 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -1383,4 +1383,7 @@
<string name="add_to_comment_filter">Add to Comment Filter</string>
<string name="cannot_edit_post_with_images">Editing posts with images is not allowed.</string>
+ <string name="local">Local</string>
+ <string name="online">Online</string>
+
</resources>