r18n-core 2.1.2 → 2.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 68ff840b9a7642dd18fca8af6172a1fc3cc859e5
4
- data.tar.gz: c2fd43948dcbf36b58a43016cc98ee624fe90ebc
3
+ metadata.gz: b4f879a42022a15e199861a5d8e90c471075e34e
4
+ data.tar.gz: e85c3ad87579471f6c93de221cdcb2a00f0a98a1
5
5
  SHA512:
6
- metadata.gz: 5167736c090fca6199ab4e0c8ec06142287fbf87c2ae24e3b1dbecc874e398a47872cd55e75feee6560c2253a7121eb622b09f432ebc3525acfeffc9bf2714d9
7
- data.tar.gz: 3079adcd2fea7198e10185f7d2510e3878cb91fbd51702d5075d731e219784f9df447975dd9150c0cfcf676a28491cca18e88fcdbc149a284e8c2edf7509b5b2
6
+ metadata.gz: fd832e920e50eeac4576545c59206c39154b08ed1e2c19ee8596f2f5632be5e99db801fae239376f337a49718b4e39cb326aecbffcd07a0ed821545a942cecc4
7
+ data.tar.gz: a81fa8a94b0ddcbc104ce393b30839cab0147b5186bcedac863e023e2ea008a67fb65c4fb35543fcaec986a9524f3f07123b2a2dbede481b43863ef991f8e494
data/ChangeLog.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 2.1.3 (Seoul)
2
+ * Add Korean locale (by Patrick Cheng).
3
+
1
4
  ## 2.1.2 (Wien)
2
5
  * Fix Ruby 2.3 support.
3
6
 
data/base/ko.yml ADDED
@@ -0,0 +1,19 @@
1
+ ok: '확인'
2
+ save: '저장'
3
+ cancel: '취소'
4
+ 'yes': '예'
5
+ 'no': '아니오'
6
+ exit: '종료'
7
+ delete: '삭제'
8
+
9
+ human_time:
10
+ after_days: '%1일 후'
11
+ tomorrow: '내일'
12
+ after_hours: '%1시간 후'
13
+ after_minutes: '%1분 후'
14
+ now: '지금'
15
+ today: '오늘'
16
+ minutes_ago: '%1분 전'
17
+ hours_ago: '%1시간 전'
18
+ yesterday: '어제'
19
+ days_ago: '%1일 전'
@@ -1,3 +1,3 @@
1
1
  module R18n
2
- VERSION = '2.1.2'.freeze unless defined? R18n::VERSION
2
+ VERSION = '2.1.3'.freeze unless defined? R18n::VERSION
3
3
  end
data/locales/ko.rb ADDED
@@ -0,0 +1,19 @@
1
+ # encoding: utf-8
2
+ module R18n
3
+ class Locales::Ko < Locale
4
+ set title: '한국어',
5
+
6
+ wday_names: %w{일요일 월요일 화요일 수요일 목요일 금요일 토요일},
7
+ wday_abbrs: %w{일 월 화 수 목 금 토},
8
+
9
+ month_names: %w{1월 2월 3월 4월 5월 6월 7월 8월 9월 10월 11월 12월},
10
+ month_abbrs: %w{1 2 3 4 5 6 7 8 9 10 11 12},
11
+
12
+ date_format: '%Y/%m/%d',
13
+ full_format: '%m월 %d일',
14
+ year_format: '%Y년 _',
15
+
16
+ number_decimal: ".",
17
+ number_group: ","
18
+ end
19
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: r18n-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.2
4
+ version: 2.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrey Sitnik
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-26 00:00:00.000000000 Z
11
+ date: 2016-02-10 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: |2
14
14
  R18n is a i18n tool to translate your Ruby application.
@@ -47,6 +47,7 @@ files:
47
47
  - base/it.yml
48
48
  - base/ja.yml
49
49
  - base/kk.yml
50
+ - base/ko.yml
50
51
  - base/lv.yml
51
52
  - base/mn.yml
52
53
  - base/nb.yml
@@ -99,6 +100,7 @@ files:
99
100
  - locales/it.rb
100
101
  - locales/ja.rb
101
102
  - locales/kk.rb
103
+ - locales/ko.rb
102
104
  - locales/lv.rb
103
105
  - locales/mn.rb
104
106
  - locales/nb.rb