From c6a06a10b241ab5591a5eca29699d799aadec8d2 Mon Sep 17 00:00:00 2001
From: Winston Cooke <71997294+winstoncooke@users.noreply.github.com>
Date: Fri, 17 Jun 2022 02:36:38 -0500
Subject: Add locale-based separators (#724)
---
app/src/main/res/values/strings.xml | 44 ++++++++++++++++++-------------------
1 file changed, 22 insertions(+), 22 deletions(-)
(limited to 'app/src/main/res/values/strings.xml')
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index a8d0a872..0f555a22 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -25,12 +25,12 @@
Edit Multireddit
Selected Subreddits
Report
- Image %1$d/%2$d
- Video %1$d/%2$d
+ Image %1$,d/%2$d
+ Video %1$,d/%2$d
Send PM
- Image %1$d/%2$d
- Gif %1$d/%2$d
- Video %1$d/%2$d
+ Image %1$,d/%2$d
+ Gif %1$,d/%2$d
+ Video %1$,d/%2$d
Crosspost
Give Award
r/all and r/popular
@@ -126,8 +126,8 @@
Empty
NSFW
- Karma: %1$d
- Karma:\n%1$d (%2$d + %3$d)
+ Karma: %1$,d
+ Karma:\n%1$,d (%2$d + %3$d)
Cake day:\n%1$s
Since:
@@ -135,7 +135,7 @@
Subscriptions
Multireddit
Inbox
- Inbox (%1$d)
+ Inbox (%1$,d)
RPAN
Trending
Upvoted
@@ -144,8 +144,8 @@
Saved
Gilded
Settings
- Subscribers: %1$d
- Online: %1$d
+ Subscribers: %1$,d
+ Online: %1$,d
Cannot fetch subreddit info
Cannot fetch user info
Cannot fetch sidebar
@@ -198,7 +198,7 @@
The post needs a good title
Hey where is the link?
Please select an image first
- Voting length: %1$d days
+ Voting length: %1$,d days
Posting
Could not post it
Error processing image
@@ -355,7 +355,7 @@
New Message
Subreddit
Award
- %1$d New Messages
+ %1$,d New Messages
Account
Reddit
@@ -379,9 +379,9 @@
Mute Autoplaying Videos
Autoplay NSFW Videos
Autoplay Videos Visible Area Offset (Portrait)
- Start autoplaying videos when %1$d%% of them are visible
+ Start autoplaying videos when %1$,d%% of them are visible
Autoplay Videos Visible Area Offset (Landscape)
- Start autoplaying videos when %1$d%% of them are visible
+ Start autoplaying videos when %1$,d%% of them are visible
Immersive Interface
Does Not Apply to All Pages
Ignore Navigation Bar in Immersive Interface
@@ -632,7 +632,7 @@
Hide Text Post Content
Hide Comment Awards
Show Fewer Toolbar Options Starting From
- Level %1$d
+ Level %1$,d
Show Author Avatar
Reddit User Agreement
Always Show the Number of Child Comments
@@ -683,15 +683,15 @@
Just Now
1 Minute
- %1$d Minutes
+ %1$,d Minutes
1 Hour
- %1$d Hours
+ %1$,d Hours
Yesterday
- %1$d Days
+ %1$,d Days
1 Month
- %1$d Months
+ %1$,d Months
1 Year
- %1$d Years
+ %1$,d Years
Error getting multireddit data
Cannot sync multireddits
@@ -990,7 +990,7 @@
Edit Multireddit
Delete Multireddit
- %1$d Awards
+ %1$,d Awards
1 Award
Report
@@ -1074,7 +1074,7 @@
Give Award?
Anonymous
- Code: %1$d/\n Message: %2$s
+ Code: %1$,d/\n Message: %2$s
Award given
Failed
--
cgit v1.2.3