Skip to content

Commit

Permalink
Fix shot expiration l10n strings for en-CA and en-GB. (mozilla-servic…
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Sep 13, 2018
1 parent 43a0400 commit 1647034
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 20 deletions.
18 changes: 8 additions & 10 deletions locales/en-CA/server.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -175,16 +175,14 @@ timeDiffDaysAgo =
*[other] { $number } days ago
}
timeDiffFutureSeconds = in a few seconds
timeDiffFutureMinutes =
timeDiffFutureMinutes = { $number ->
[one] in 1 minute
*[other] in { $number } minutes
}
timeDiffFutureHours =
timeDiffFutureHours = { $number ->
[one] in 1 hour
*[other] in { $number } hours
}
timeDiffFutureMinutes = { $number ->
[one] in 1 minute
*[other] in { $number } minutes
}
timeDiffFutureHours = { $number ->
[one] in 1 hour
*[other] in { $number } hours
}
timeDiffFutureDays =
{ $number ->
[one] tomorrow
Expand Down
18 changes: 8 additions & 10 deletions locales/en-GB/server.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -159,16 +159,14 @@ timeDiffDaysAgo =
*[other] { $number } days ago
}
timeDiffFutureSeconds = in a few seconds
timeDiffFutureMinutes =
timeDiffFutureMinutes = { $number ->
[one] in 1 minute
*[other] in { $number } minutes
}
timeDiffFutureHours =
timeDiffFutureHours = { $number ->
[one] in 1 hour
*[other] in { $number } hours
}
timeDiffFutureMinutes = { $number ->
[one] in 1 minute
*[other] in { $number } minutes
}
timeDiffFutureHours = { $number ->
[one] in 1 hour
*[other] in { $number } hours
}
timeDiffFutureDays =
{ $number ->
[one] tomorrow
Expand Down

0 comments on commit 1647034

Please sign in to comment.