globalize_countries.yml

来自「A Hotel Management System based on Ruby 」· YML 代码 · 共 42 行

YML
42
字号
usa:
  id: 1
  code: US
  english_name: United States
  date_format: '%m-%d-%y'
  currency_format: '$%n'
  thousands_sep: ','
  decimal_sep: '.'
  currency_code: USD
israel:
  id: 2
  code: IL
  english_name: Israel
  date_format: '%d.%m.%Y'
  currency_format: '%n ₪'
  thousands_sep: ','
  decimal_sep: '.'
  currency_code: ILS
germany:
  id: 3
  code: DE
  english_name: Germany
  date_format: '%d-%m-%Y'
  thousands_sep: '.'
  decimal_sep: ','
india:
  id: 4
  code: IN
  english_name: India
  thousands_sep: ','
  decimal_sep: '.'
  number_grouping_scheme: indian
switzerland:
  id: 5
  code: CH
  english_name: Switzerland
  currency_format: 'SFr. %n'
  currency_code: CHF
  thousands_sep: "'"
  decimal_sep: ','
  currency_decimal_sep: '.'

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?