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

Add model/attribute translations

This commit is contained in:
Philipp Fischbeck 2015-01-01 17:32:01 +01:00
parent 8abbfb9bbe
commit 8f74d7ac6d
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# ruby encoding: utf-8
de:
activerecord:
models:
problem: 'Problem'
attributes:
problem:
id: 'ID'
translation_id: 'Übersetzungs-ID'
title: 'Titel'
content: 'Inhalt'

View File

@ -0,0 +1,12 @@
# ruby encoding: utf-8
de:
activerecord:
models:
translation: 'Übersetzung'
attributes:
translation:
id: 'ID'
problem_id: 'Problem-ID'
title: 'Titel'
content: 'Inhalt'