1
0
mirror of https://github.com/projekteuler/projekteuler.git synced 2025-12-10 08:46:41 +01:00

Add plurals of problem and translation

This commit is contained in:
Philipp Fischbeck 2015-01-01 18:10:38 +01:00
parent d4847270ca
commit c9574ff9c1
2 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,9 @@
de: de:
activerecord: activerecord:
models: models:
problem: 'Problem' problem:
one: 'Problem'
other: 'Probleme'
attributes: attributes:
problem: problem:
id: 'ID' id: 'ID'

View File

@ -3,7 +3,9 @@
de: de:
activerecord: activerecord:
models: models:
translation: 'Übersetzung' translation:
one: 'Übersetzung'
other: 'Übersetzungen'
attributes: attributes:
translation: translation:
id: 'ID' id: 'ID'