diff --git a/lib/locales/ja.yml b/lib/locales/ja.yml index bc727326fe..9c56c4fdb6 100644 --- a/lib/locales/ja.yml +++ b/lib/locales/ja.yml @@ -14,6 +14,7 @@ ja: street_name: - "#{Name.first_name}#{street_suffix}" - "#{Name.last_name}#{street_suffix}" + default_country: [日本] phone_number: formats: ['0####-#-####', '0###-##-####', '0##-###-####', '0#-####-####'] diff --git a/lib/locales/ko.yml b/lib/locales/ko.yml index 6e1d502064..9f45baf44b 100644 --- a/lib/locales/ko.yml +++ b/lib/locales/ko.yml @@ -12,6 +12,7 @@ ko: street_suffix: ["읍", "면", "동"] street_name: - "#{street_root}#{street_suffix}" + default_country: [대한민국] phone_number: formats: ['0#-#####-####', '0##-###-####', '0##-####-####']