Skip to content

Commit

Permalink
Add locales to install generator
Browse files Browse the repository at this point in the history
  • Loading branch information
marjinal1st committed Jan 20, 2014
1 parent d2bec0d commit 9a9abad
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/generators/kebapage/install/templates/locales/kebapage.en.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
en:
kebapage:
new_page: 'New static page'
edit_page: 'Editing static page'
list_page: 'Listing static pages'
static_pages: 'Static Pages'
show: 'Show'
edit: 'Edit'
destroy: 'Destroy'
ru_sure: 'Are you sure?'
title: 'Title'
content: 'Content'
title_placeholder: "Type your page's title"
content_placeholder: "Type yours page's content"
action: 'Action'
submit: 'Submit'
cancel: 'Cancel'
17 changes: 17 additions & 0 deletions lib/generators/kebapage/install/templates/locales/kebapage.tr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
tr:
kebapage:
new_page: 'Yeni statik sayfa'
edit_page: 'Statik sayfa düzenleniyor'
list_page: 'Statik sayfa listesi'
static_pages: 'Statik sayfalar'
show: 'Göster'
edit: 'Düzenle'
destroy: 'Kaldır'
ru_sure: 'Emin misiniz?'
title: 'Başlık'
content: 'İçerik'
title_placeholder: "Sayfanızın başlığı"
content_placeholder: "Sayfanızın içeriği"
action: 'Eylemler'
submit: 'Gönder'
cancel: 'Vazgeç'

0 comments on commit 9a9abad

Please sign in to comment.