Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@vanlanduyt.co>2017-08-31 14:39:41 +0300
committerBob Van Landuyt <bob@vanlanduyt.co>2017-08-31 22:13:02 +0300
commitabe198723d76cea1b7f151a15789d26a3d22ad4d (patch)
tree82cb60da4a5528bf1166e8e2091a921c8ccb5d7f /spec/fixtures/missing_metadata.po
parent2c4f9b7a73cf5de875b2c77880c040e845960a9a (diff)
Take `nplurals` into account when validating translations.
Diffstat (limited to 'spec/fixtures/missing_metadata.po')
-rw-r--r--spec/fixtures/missing_metadata.po4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/fixtures/missing_metadata.po b/spec/fixtures/missing_metadata.po
new file mode 100644
index 00000000000..b1999c933f1
--- /dev/null
+++ b/spec/fixtures/missing_metadata.po
@@ -0,0 +1,4 @@
+msgid "1 commit"
+msgid_plural "%d commits"
+msgstr[0] "1 cambio"
+msgstr[1] "%d cambios"