mirror of
https://github.com/nishiki/manage-password.git
synced 2025-02-21 10:20:05 +00:00
9 lines
312 B
Text
9 lines
312 B
Text
---
|
|
# <%= I18n.t('form.setup_config.lang') %>
|
|
language: <%= @config.lang %>
|
|
# <%= I18n.t('form.setup_config.gpg_key') %>
|
|
gpg_key: <%= @config.key %>
|
|
# <%= I18n.t('form.setup_config.wallet_dir') %>
|
|
wallet_dir: <%= @config.config_dir %>
|
|
# <%= I18n.t('form.setup_config.gpg_exe') %>
|
|
gpg_exe: <%= @config.gpg_exe %>
|