Skip to content

Commit

Permalink
Added german localization of the simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Brückmann committed Jan 30, 2012
1 parent 927716f commit ccc6bfc
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions gem/lib/frank-cucumber/frank_localize.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ def self.system_locale
case ENV['LANG']
when /^fr_/
:fr
when /^de_/
:de
else
:en
end
Expand Down
13 changes: 12 additions & 1 deletion gem/lib/frank-cucumber/localize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,15 @@ fr:
shake_gesture: Secousse
simulate_memory_warning: Simuler un avertissement de mémoire
toggle_in_call_status_bar: Afficher/Masquer la barre d'état d'appel en cour
simulate_hardware_keyboard: Simuler un clavier matériel
simulate_hardware_keyboard: Simuler un clavier matériel

de:
iphone_simulator: iOS-Simulator
hardware: Hardware
home: Home
rotate_left: Links drehen
rotate_right: Rechts drehen
shake_gesture: Schüttelgeste
simulate_memory_warning: Speicherwarnhinweis simulieren
toggle_in_call_status_bar: Status für eingeh. Anrufe ein/aus
simulate_hardware_keyboard: Hardware-Tastatur simulieren

0 comments on commit ccc6bfc

Please sign in to comment.