2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Merge pull request #4911 from jomaxro/patch-1

Fix pluralization for theme out-of-date notice
This commit is contained in:
Régis Hanol 2017-06-08 14:00:14 +02:00 committed by GitHub
commit a88a970315

View file

@ -2877,7 +2877,7 @@ en:
add: "Add"
commits_behind:
one: "Theme is 1 commit behind!"
other: "Theme is {{count}} commit behind!"
other: "Theme is {{count}} commits behind!"
scss:
text: "CSS"
title: "Enter custom CSS, we accept all valid CSS and SCSS styles"