mirror of
https://github.com/nishiki/manage-password.git
synced 2024-11-26 23:33:03 +00:00
fix translate
This commit is contained in:
parent
6b8d6a91fd
commit
0153edff66
3 changed files with 4 additions and 5 deletions
|
@ -40,13 +40,13 @@ en:
|
|||
add:
|
||||
title: "Add a new item"
|
||||
name: "Enter the name: "
|
||||
group: "Enter the group [default=NoGroup]: "
|
||||
group: "Enter the group (optional): "
|
||||
server: "Enter the hostname or ip: "
|
||||
protocol: "Enter the protocol of the connection (ssh, http, other): "
|
||||
login: "Enter the login connection: "
|
||||
password: "Enter the the password: "
|
||||
port: "Enter the connection port (optinal): "
|
||||
comment: "Enter a comment (optinal): "
|
||||
port: "Enter the connection port (optional): "
|
||||
comment: "Enter a comment (optional): "
|
||||
valid: "Item has been added!"
|
||||
delete:
|
||||
ask: "Are you sure you want to remove the item %{id} ?"
|
||||
|
|
|
@ -40,7 +40,7 @@ fr:
|
|||
add:
|
||||
title: "Ajout d'un nouvel élément"
|
||||
name: "Entrez le nom: "
|
||||
group: "Entrez le groupe [défaut=NoGroup]: "
|
||||
group: "Entrez le groupe (optionnel): "
|
||||
server: "Entrez the hostname or ip: "
|
||||
protocol: "Entrez le protocole de connexion (ssh, http, other): "
|
||||
login: "Entrez l'identifiant de connexion: "
|
||||
|
|
1
mpw
1
mpw
|
@ -12,7 +12,6 @@ require 'i18n'
|
|||
APP_ROOT = File.dirname(Pathname.new(__FILE__).realpath)
|
||||
require "#{APP_ROOT}/lib/Cli.rb"
|
||||
|
||||
|
||||
lang = Locale::Tag.parse(ENV['LANG']).to_simple.to_s[0..1]
|
||||
|
||||
I18n::Backend::Simple.send(:include, I18n::Backend::Fallbacks)
|
||||
|
|
Loading…
Reference in a new issue