Skip to content

Commit

Permalink
add missing sentances to pass test of structure.rb
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Fuchs <svenfuchs@artweb-design.de>
  • Loading branch information
tsechingho authored and Sven Fuchs committed Jan 10, 2009
1 parent 8e71f31 commit 2ac921d
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,2 +1,3 @@
.DS_Store

Icon?
._*
12 changes: 10 additions & 2 deletions rails/locale/zh-CN.yml
Expand Up @@ -54,6 +54,13 @@
over_x_years:
one: "一年以上"
other: "{{count}} 年以上"
prompts:
year: ""
month: ""
day: ""
hour: ""
minute: ""
second: ""

number:
format:
Expand Down Expand Up @@ -81,8 +88,9 @@

support:
array:
sentence_connector: ""
skip_last_comma: true
words_connector: ", "
two_words_connector: ""
last_word_connector: ", 和 "

activerecord:
errors:
Expand Down
12 changes: 10 additions & 2 deletions rails/locale/zh-TW.yml
Expand Up @@ -54,6 +54,13 @@
over_x_years:
one: "一年以上"
other: "{{count}} 年以上"
prompts:
year: ""
month: ""
day: ""
hour: ""
minute: ""
second: ""

number:
format:
Expand Down Expand Up @@ -81,8 +88,9 @@

support:
array:
sentence_connector: ""
skip_last_comma: true
words_connector: ", "
two_words_connector: ""
last_word_connector: ", 和 "

activerecord:
errors:
Expand Down

0 comments on commit 2ac921d

Please sign in to comment.