r18n-core 2.0.2 → 2.0.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 +4 -4
- data/ChangeLog.md +3 -0
- data/lib/r18n-core/version.rb +1 -1
- data/locales/th.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2b95ec8f011b2d880da2980b47e59cd11639ff4d
|
|
4
|
+
data.tar.gz: 23a54ba49fb0890a65a398bbe15c9a4f706533ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 73378a8561b80cd757162d439259ef1964fd1ec54c767413858875ad5177c4e348bd4c0743efd1c5c37febc7be98677f35ce1c2fce8c38ae4e41919cf64901d2
|
|
7
|
+
data.tar.gz: 4a148204bfbd3223faaa7c093da881ac2dfe4688db82778d781b968c2352f50dca2110d78a1e7a2f864731db640b44f8438ff25cdac9679b26f6ba366e5cc694
|
data/ChangeLog.md
CHANGED
data/lib/r18n-core/version.rb
CHANGED
data/locales/th.rb
CHANGED
|
@@ -3,11 +3,11 @@ module R18n
|
|
|
3
3
|
set title: 'ภาษาไทย',
|
|
4
4
|
|
|
5
5
|
wday_names: %w{วันอาทิตย์ วันจันทร์ วันอังคาร วันพุธ วันพฤหัสบดี
|
|
6
|
-
วันศุกร์
|
|
6
|
+
วันศุกร์ วันเสาร์},
|
|
7
7
|
wday_abbrs: %w{อาทิตย์ จันทร์ อังคาร พุธ พฤหัสบดี ศุกร์ เสาร์},
|
|
8
8
|
|
|
9
9
|
month_names: %w{มกราคม กุมภาพันธ์ มีนาคม เมษายน พฤษภาคม มิถุนายน
|
|
10
|
-
กรกฎาคม สิงหาคม กันยายน ตุลาคม พฤศจิกายน},
|
|
10
|
+
กรกฎาคม สิงหาคม กันยายน ตุลาคม พฤศจิกายน ธันวาคม},
|
|
11
11
|
month_abbrs: %w{ม.ค. ก.พ. มี.ค. เม.ย. พ.ค. มิ.ย. ก.ค. ส.ค. ก.ย. ต.ค.
|
|
12
12
|
พ.ย. ธ.ค.},
|
|
13
13
|
|
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.0.
|
|
4
|
+
version: 2.0.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:
|
|
11
|
+
date: 2015-01-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: |2
|
|
14
14
|
R18n is a i18n tool to translate your Ruby application.
|