This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
en: | |
# Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words() | |
datetime: | |
distance_in_words: | |
half_a_minute: "half a minute" | |
less_than_x_seconds: | |
one: "less than 1 second" | |
other: "less than %{count} seconds" | |
x_seconds: | |
one: "1 second" |