u10d 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 43b87ab12cb0f0031b5308f2a7ffe7dd5fe43d7f
4
- data.tar.gz: 284074d12564decc774f48b1169d9814e66459ec
3
+ metadata.gz: 66c976f85fc8a2d84e80d235c37f4a490dfcb02e
4
+ data.tar.gz: d9cc06b658019a62a772b126d690b271f11fa071
5
5
  SHA512:
6
- metadata.gz: 05c46c4006029b91746e307e050edc1dc90df0e7a7c193443be0ddcb8ba0d324247ae875703de3fc0f7ebd2b256b7a0f1ba257166d339e9b97a8c7dfa2af4fd9
7
- data.tar.gz: 8988ceb345eb3e9109da1b7e378ffe94792000b5b91bd88a34c0f83f082789f16202f3c60e4563c78d233571c808cd68563e0f7b3360e4d71e4f487f14f337ba
6
+ metadata.gz: bd9f18be7b016d4c9d21886e90ad570def3ee786619477a94c9de55dd740325aaa8098414649f8479e6e70ed48022e3ff25b0567e6b0cd6039ba22433929dbe2
7
+ data.tar.gz: c89ef48f96ce68ac51243e1d4292ea8628c57dab2a5a000cb76235312707bd4f3dafd36d3ecfd1a23cf3031030450a8d7db1086dabafd570fca9a363cf61d288
data/README.md CHANGED
@@ -33,7 +33,7 @@ main> I18n.t("untranslated.language.by_code.ru")
33
33
  ## Contributing
34
34
 
35
35
  Bug reports and pull requests are welcome on GitHub at
36
- https://github.com/joeyates/u10d.
36
+ https://github.com/cantierecreativo/u10d.
37
37
  This project is intended to be a safe, welcoming space for collaboration, and
38
38
  contributors are expected to adhere to the
39
39
  [Contributor Covenant](http://contributor-covenant.org) code of conduct.
data/lib/u10d/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module U10d
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -5,6 +5,7 @@ I18n.available_locales.reduce({}) do |a, locale|
5
5
  language: {
6
6
  by_code: {
7
7
  ar: "العربية",
8
+ bg: "български",
8
9
  de: "Deutsch",
9
10
  en: "English",
10
11
  es: "español",
@@ -15,7 +16,7 @@ I18n.available_locales.reduce({}) do |a, locale|
15
16
  pt: "Português",
16
17
  ro: "română",
17
18
  ru: "русский",
18
- uk: "український",
19
+ uk: "УКРАЇНСЬКА",
19
20
  zh: "中文"
20
21
  }
21
22
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: u10d
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joe Yates
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-10 00:00:00.000000000 Z
11
+ date: 2017-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: i18n