Skip to content

Commit

Permalink
consistently use $NUMBER; remove zero_posts
Browse files Browse the repository at this point in the history
  • Loading branch information
welpo committed Feb 13, 2024
1 parent 40e3801 commit ee5d269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
1 change: 0 additions & 1 deletion i18n/ar.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ many_results = "تم العثور على $NUMBER نتيجة" # 11 or more searc

# Navigation.
read_more = "إقرأ المزيد"
zero_posts = "لا تدوينات" # No blog posts.
one_posts = "تدوينة واحدة" # One blog post.
two_posts = "تدوينتين" # Two blog posts.
few_posts = "$NUMBER تدوينات" # 3 to 10 blog posts.
Expand Down
15 changes: 7 additions & 8 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ search_icon_title = "Click or press $SHORTCUT to open search" # $SHORTCUT will
clear_search = "Clear search" # Title of the X icon next to search input.
zero_results = "No results found"
one_results = "1 result" # "1 result"
many_results = "$NUMBER results" # "3 results"
many_results = "$NUMBER results" # "3 results"

# Navigation.
read_more = "Read more"
zero_posts = "No posts"
one_posts = "1 post"
one_posts = "$NUMBER post"
many_posts = "$NUMBER posts" # "3 posts"
prev = "Prev" # As in "Previous" page.
next = "Next" # As in "Next" page.
Expand All @@ -45,12 +44,12 @@ go_to_comments = "Go to the comments section"

# Post metadata.
draft = "DRAFT"
zero_min_read = "Less than a minute read"
one_min_read = "1 min read" # "1 min read"
many_min_read = "$NUMBER min read" # "3 min read"
zero_min_read = "<1 min read"
one_min_read = "$NUMBER min read"
many_min_read = "$NUMBER min read"
zero_words = "No words"
one_words = "1 word" # "1 word"
many_words = "$NUMBER words" # "3 words"
one_words = "$NUMBER word"
many_words = "$NUMBER words"
last_updated_on = "Last updated on"
see_changes = "See changes"

Expand Down

0 comments on commit ee5d269

Please sign in to comment.