mirror of
https://github.com/projekteuler/projekteuler.git
synced 2026-01-27 10:38:50 +01:00
Add model/attribute translations
This commit is contained in:
12
config/locales/models/translation/de.yml
Normal file
12
config/locales/models/translation/de.yml
Normal 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'
|
||||
Reference in New Issue
Block a user