I have to translate all languages though the form of comments

element
SunDi3yansyah 9 years ago
parent 9881c5df6c
commit 47ba83ee57

@ -1,23 +1,24 @@
# Files in the config/locales directory are used for internationalization # File dalam direktori config/locales yang digunakan untuk internasionalisasi
# and are automatically loaded by Rails. If you want to use locales other # dan secara otomatis akan dimuat oleh Rails. Jika Anda ingin menggunakan lokal lain
# than English, add the necessary files in this directory. # selain Bahasa Indonesia, menambahkan file yang diperlukan di direktori ini.
# #
# To use the locales, use `I18n.t`: # Untuk menggunakan lokal, gunakan `I18n.t`:
# #
# I18n.t 'hello' # I18n.t 'halo'
# #
# In views, this is aliased to just `t`: # Dalam view, ini adalah hanya untuk alias `t`:
# #
# <%= t('hello') %> # <%= t('halo') %>
# #
# To use a different locale, set it with `I18n.locale`: # Untuk menggunakan lokasi yang berbeda, mengatur dengan `I18n.locale`:
# #
# I18n.locale = :es # I18n.locale = :es
# #
# This would use the information in config/locales/es.yml. # Ini akan menggunakan informasi di config/locales/es.yml.
# #
# To learn more, please read the Rails Internationalization guide # To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html. # Untuk mempelajari lebih lanjut, silakan baca panduan Rails Internasionalisasi
# tersedia di http://guides.rubyonrails.org/i18n.html.
id: id:
notifications: notifications:

@ -5,22 +5,22 @@ id:
required: required:
text: 'Wajib' text: 'Wajib'
mark: '*' mark: '*'
# You can uncomment the line below if you need to overwrite the whole required html. # Anda dapat memberi tanda komentar pada baris di bawah ini jika Anda perlu untuk menimpa seluruh html yang diperlukan.
# When using html, text and mark won't be used. # Bila menggunakan html, teks dan mark tidak akan digunakan.
# html: '<abbr title="required">*</abbr>' # html: '<abbr title="required">*</abbr>'
error_notification: error_notification:
default_message: "Harap tinjau masalah di bawah ini:" default_message: "Harap tinjau masalah di bawah ini:"
# Labels and hints examples # Label dan petunjuk contoh
# labels: # labels:
# defaults: # defaults:
# password: 'Password' # password: 'Kata Sandi'
# user: # user:
# new: # new:
# email: 'E-mail to sign in.' # email: 'E-mail untuk masuk.'
# edit: # edit:
# email: 'E-mail.' # email: 'E-mail.'
# hints: # hints:
# defaults: # defaults:
# username: 'User name to sign in.' # username: 'Nama user untuk masuk.'
# password: 'No special characters, please.' # password: 'Mohon untuk tidak memasukkan karakter khusus.'

Loading…
Cancel
Save