mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-18 21:56:55 -04:00
Merge branch 'dev' of https://github.com/Growstuff/growstuff into finish-plantings-javascript
This commit is contained in:
@@ -31,8 +31,12 @@ module Growstuff
|
||||
config.active_record.default_timezone = :local
|
||||
|
||||
# The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
|
||||
# config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
|
||||
# config.i18n.default_locale = :de
|
||||
I18n.load_path += Dir[Rails.root.join('config', 'locales', '*.{rb,yml}')]
|
||||
I18n.default_locale = :en
|
||||
# rails will fallback to config.i18n.default_locale translation
|
||||
config.i18n.fallbacks = true
|
||||
# rails will fallback to en, no matter what is set as config.i18n.default_locale
|
||||
config.i18n.fallbacks = [:en]
|
||||
|
||||
# Configure the default encoding used in templates for Ruby 1.9.
|
||||
config.encoding = "utf-8"
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
I18n.load_path += Dir[Rails.root.join('config', 'locales', '*.{rb,yml}')]
|
||||
I18n.default_locale = :en
|
||||
|
||||
|
||||
@@ -2,77 +2,4 @@ ja:
|
||||
home:
|
||||
blurb:
|
||||
intro: "%{site_name}はガーデナーのコミュニティです。"
|
||||
perks: "翻訳中"
|
||||
sign_up: "翻訳中"
|
||||
already_html: "翻訳中"
|
||||
sign_in_linktext: "翻訳中"
|
||||
|
||||
crops:
|
||||
our_crops: "翻訳中"
|
||||
recently_planted: "翻訳中"
|
||||
recently_added: "翻訳中"
|
||||
view_all: "翻訳中"
|
||||
|
||||
discuss:
|
||||
discussion: "翻訳中"
|
||||
forums: "翻訳中"
|
||||
view_all: "翻訳中"
|
||||
|
||||
keep_in_touch:
|
||||
keep_in_touch: "翻訳中"
|
||||
twitter_html: "翻訳中"
|
||||
twitter_linktext: "翻訳中"
|
||||
blog_html: "翻訳中"
|
||||
blog_linktext: "翻訳中"
|
||||
newsletter_html: "翻訳中"
|
||||
newsletter_linktext: "翻訳中"
|
||||
|
||||
members:
|
||||
title: "翻訳中"
|
||||
view_all: "翻訳中"
|
||||
|
||||
open:
|
||||
open_source_title: "翻訳中"
|
||||
open_source_body_html: "翻訳中"
|
||||
why_linktext: "翻訳中"
|
||||
github_linktext: "翻訳中"
|
||||
open_data_title: "翻訳中"
|
||||
open_data_body_html: "翻訳中"
|
||||
creative_commons_linktext: "翻訳中"
|
||||
wiki_linktext: "翻訳中"
|
||||
api_docs_linktext: "翻訳中"
|
||||
get_involved_title: "翻訳中"
|
||||
get_involved_body_html: "翻訳中"
|
||||
talk_linktext: "翻訳中"
|
||||
wiki_linktext: "翻訳中"
|
||||
support_title: "翻訳中"
|
||||
support_body_html: "翻訳中"
|
||||
ad_free_linktext: "翻訳中"
|
||||
|
||||
|
||||
seeds:
|
||||
title: "翻訳中"
|
||||
owner: "翻訳中"
|
||||
crop: "翻訳中"
|
||||
description: "翻訳中"
|
||||
trade_to: "翻訳中"
|
||||
from: "翻訳中"
|
||||
unspecified: "翻訳中"
|
||||
details: "翻訳中"
|
||||
view_all: "翻訳中"
|
||||
|
||||
stats:
|
||||
message_html: "翻訳中"
|
||||
member_linktext: "翻訳中"
|
||||
number_crops_linktext: "翻訳中"
|
||||
number_plantings_linktext: "翻訳中"
|
||||
number_gardens_linktext: "翻訳中"
|
||||
|
||||
index:
|
||||
welcome: "翻訳中"
|
||||
plant: "翻訳中"
|
||||
harvest: "翻訳中"
|
||||
add_seeds: "翻訳中"
|
||||
post: "翻訳中"
|
||||
edit_profile: "翻訳中"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user