i18n_on_steroids 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: 6f2aa815dd1dd225a377d1e33ea973c20fa779ee11ebbf8faf3c64138a2cb449
4
+ data.tar.gz: '0942cb04b9e24f1717cd88f532ed44814898d2088922779a08f5aa72e476dfe5'
5
+ SHA512:
6
+ metadata.gz: 34920fb6f7e9e2c9badc793c08334a497328daff4a1737ba8df1eb289a130e5256ffc87d4839d5a99b6ebb202f4dc6f8c9a648a12c505687770ffb476f721071
7
+ data.tar.gz: 84d87d3de4dbfce25f7293f67ba457033ff9af7dea82663608ff2ecafa04e3eeeb6a799cd2d0672732e6c9e7eb94968813c67bc0d370d077f735d915ce4ff9da
data/.rubocop.yml ADDED
@@ -0,0 +1,15 @@
1
+ AllCops:
2
+ TargetRubyVersion: 3.0
3
+ NewCops: disable
4
+
5
+ Style/StringLiterals:
6
+ EnforcedStyle: double_quotes
7
+
8
+ Style/StringLiteralsInInterpolation:
9
+ EnforcedStyle: double_quotes
10
+
11
+ Style/Documentation:
12
+ Enabled: false
13
+
14
+ Style/FormatStringToken:
15
+ Enabled: false
data/CHANGELOG.md ADDED
@@ -0,0 +1,5 @@
1
+ ## [Unreleased]
2
+
3
+ ## [0.1.0] - 2024-08-22
4
+
5
+ - Initial release
@@ -0,0 +1,132 @@
1
+ # Contributor Covenant Code of Conduct
2
+
3
+ ## Our Pledge
4
+
5
+ We as members, contributors, and leaders pledge to make participation in our
6
+ community a harassment-free experience for everyone, regardless of age, body
7
+ size, visible or invisible disability, ethnicity, sex characteristics, gender
8
+ identity and expression, level of experience, education, socio-economic status,
9
+ nationality, personal appearance, race, caste, color, religion, or sexual
10
+ identity and orientation.
11
+
12
+ We pledge to act and interact in ways that contribute to an open, welcoming,
13
+ diverse, inclusive, and healthy community.
14
+
15
+ ## Our Standards
16
+
17
+ Examples of behavior that contributes to a positive environment for our
18
+ community include:
19
+
20
+ * Demonstrating empathy and kindness toward other people
21
+ * Being respectful of differing opinions, viewpoints, and experiences
22
+ * Giving and gracefully accepting constructive feedback
23
+ * Accepting responsibility and apologizing to those affected by our mistakes,
24
+ and learning from the experience
25
+ * Focusing on what is best not just for us as individuals, but for the overall
26
+ community
27
+
28
+ Examples of unacceptable behavior include:
29
+
30
+ * The use of sexualized language or imagery, and sexual attention or advances of
31
+ any kind
32
+ * Trolling, insulting or derogatory comments, and personal or political attacks
33
+ * Public or private harassment
34
+ * Publishing others' private information, such as a physical or email address,
35
+ without their explicit permission
36
+ * Other conduct which could reasonably be considered inappropriate in a
37
+ professional setting
38
+
39
+ ## Enforcement Responsibilities
40
+
41
+ Community leaders are responsible for clarifying and enforcing our standards of
42
+ acceptable behavior and will take appropriate and fair corrective action in
43
+ response to any behavior that they deem inappropriate, threatening, offensive,
44
+ or harmful.
45
+
46
+ Community leaders have the right and responsibility to remove, edit, or reject
47
+ comments, commits, code, wiki edits, issues, and other contributions that are
48
+ not aligned to this Code of Conduct, and will communicate reasons for moderation
49
+ decisions when appropriate.
50
+
51
+ ## Scope
52
+
53
+ This Code of Conduct applies within all community spaces, and also applies when
54
+ an individual is officially representing the community in public spaces.
55
+ Examples of representing our community include using an official email address,
56
+ posting via an official social media account, or acting as an appointed
57
+ representative at an online or offline event.
58
+
59
+ ## Enforcement
60
+
61
+ Instances of abusive, harassing, or otherwise unacceptable behavior may be
62
+ reported to the community leaders responsible for enforcement at
63
+ [INSERT CONTACT METHOD].
64
+ All complaints will be reviewed and investigated promptly and fairly.
65
+
66
+ All community leaders are obligated to respect the privacy and security of the
67
+ reporter of any incident.
68
+
69
+ ## Enforcement Guidelines
70
+
71
+ Community leaders will follow these Community Impact Guidelines in determining
72
+ the consequences for any action they deem in violation of this Code of Conduct:
73
+
74
+ ### 1. Correction
75
+
76
+ **Community Impact**: Use of inappropriate language or other behavior deemed
77
+ unprofessional or unwelcome in the community.
78
+
79
+ **Consequence**: A private, written warning from community leaders, providing
80
+ clarity around the nature of the violation and an explanation of why the
81
+ behavior was inappropriate. A public apology may be requested.
82
+
83
+ ### 2. Warning
84
+
85
+ **Community Impact**: A violation through a single incident or series of
86
+ actions.
87
+
88
+ **Consequence**: A warning with consequences for continued behavior. No
89
+ interaction with the people involved, including unsolicited interaction with
90
+ those enforcing the Code of Conduct, for a specified period of time. This
91
+ includes avoiding interactions in community spaces as well as external channels
92
+ like social media. Violating these terms may lead to a temporary or permanent
93
+ ban.
94
+
95
+ ### 3. Temporary Ban
96
+
97
+ **Community Impact**: A serious violation of community standards, including
98
+ sustained inappropriate behavior.
99
+
100
+ **Consequence**: A temporary ban from any sort of interaction or public
101
+ communication with the community for a specified period of time. No public or
102
+ private interaction with the people involved, including unsolicited interaction
103
+ with those enforcing the Code of Conduct, is allowed during this period.
104
+ Violating these terms may lead to a permanent ban.
105
+
106
+ ### 4. Permanent Ban
107
+
108
+ **Community Impact**: Demonstrating a pattern of violation of community
109
+ standards, including sustained inappropriate behavior, harassment of an
110
+ individual, or aggression toward or disparagement of classes of individuals.
111
+
112
+ **Consequence**: A permanent ban from any sort of public interaction within the
113
+ community.
114
+
115
+ ## Attribution
116
+
117
+ This Code of Conduct is adapted from the [Contributor Covenant][homepage],
118
+ version 2.1, available at
119
+ [https://www.contributor-covenant.org/version/2/1/code_of_conduct.html][v2.1].
120
+
121
+ Community Impact Guidelines were inspired by
122
+ [Mozilla's code of conduct enforcement ladder][Mozilla CoC].
123
+
124
+ For answers to common questions about this code of conduct, see the FAQ at
125
+ [https://www.contributor-covenant.org/faq][FAQ]. Translations are available at
126
+ [https://www.contributor-covenant.org/translations][translations].
127
+
128
+ [homepage]: https://www.contributor-covenant.org
129
+ [v2.1]: https://www.contributor-covenant.org/version/2/1/code_of_conduct.html
130
+ [Mozilla CoC]: https://github.com/mozilla/diversity
131
+ [FAQ]: https://www.contributor-covenant.org/faq
132
+ [translations]: https://www.contributor-covenant.org/translations
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2024 Studio51 Solutions
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,99 @@
1
+ # I18nOnSteroids
2
+
3
+ I18nOnSteroids is a Ruby gem that enhances Rails' I18n functionality with advanced interpolation and piping features. It allows you to use more complex translation patterns directly in your locale files, reducing the need for view-specific formatting logic.
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ ```ruby
10
+ gem 'i18n_on_steroids'
11
+ ```
12
+
13
+ And then execute:
14
+
15
+ ```bash
16
+ $ bundle install
17
+ ```
18
+
19
+ Or install it yourself as:
20
+
21
+ ```bash
22
+ $ gem install i18n_on_steroids
23
+ ```
24
+
25
+ ## Usage
26
+
27
+ Once installed, I18nOnSteroids automatically enhances your Rails I18n functionality. You can use the following advanced features in your locale files:
28
+
29
+ ### Advanced Interpolation
30
+
31
+ Use `${}` for advanced interpolation with pipes:
32
+
33
+ ```yaml
34
+ en:
35
+ users:
36
+ count: "There are ${count | number_with_delimiter} users"
37
+ ```
38
+
39
+ In your view:
40
+
41
+ ```ruby
42
+ <%= t('users.count', count: 1000) %>
43
+ # Output: "There are 1,000 users"
44
+ ```
45
+
46
+ ### Available Pipes
47
+ The goal is to support all the ActionView::Helpers methods that make sense in a translation context.
48
+ The following pipes are currently available:
49
+
50
+ - `number_with_delimiter`: Formats numbers with thousands separators
51
+ - `pluralize`: Pluralizes a word
52
+ - `upcase`: Converts text to uppercase
53
+ - `downcase`: Converts text to lowercase
54
+ - `capitalize`: Capitalizes the first character
55
+ - `html_safe`: Marks the string as HTML safe
56
+ - `format:...`: Applies a format string to the value
57
+
58
+ ### Mixed Content
59
+
60
+ You can mix regular interpolation `%{}` with advanced interpolation `${}`:
61
+
62
+ ```yaml
63
+ en:
64
+ items:
65
+ summary: "Showing %{from} - %{to} of ${total | number_with_delimiter} ${item | pluralize:%{total}}"
66
+ ```
67
+
68
+ In your view:
69
+
70
+ ```ruby
71
+ <%= t('items.summary', from: 1, to: 10, total: 1234, item: 'item') %>
72
+ # Output: "Showing 1 - 10 of 1,234 items"
73
+ ```
74
+
75
+ ## Development
76
+
77
+ After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
78
+
79
+ To install this gem onto your local machine, run `bundle exec rake install`.
80
+
81
+ ## Contributing
82
+
83
+ Bug reports and pull requests are welcome on GitHub at https://github.com/games-directory/i18n_on_steroids. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/games-directory/i18n_on_steroids/blob/main/CODE_OF_CONDUCT.md).
84
+
85
+ 1. Fork the repository
86
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
87
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
88
+ 4. Push to the branch (`git push origin my-new-feature`)
89
+ 5. Create a new Pull Request
90
+
91
+ Please make sure to update/add any relevant tests and documentation before submitting your pull request. Also, `bundle exec rake` must pass without any failures.
92
+
93
+ ## License
94
+
95
+ The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
96
+
97
+ ## Code of Conduct
98
+
99
+ Everyone interacting in the I18nOnSteroids project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/games-directory/i18n_on_steroids/blob/main/CODE_OF_CONDUCT.md).
data/Rakefile ADDED
@@ -0,0 +1,12 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "bundler/gem_tasks"
4
+ require "minitest/test_task"
5
+
6
+ Minitest::TestTask.create
7
+
8
+ require "rubocop/rake_task"
9
+
10
+ RuboCop::RakeTask.new
11
+
12
+ task default: %i[test rubocop]
@@ -0,0 +1,83 @@
1
+ # frozen_string_literal: true
2
+
3
+ module I18nOnSteroids
4
+ module TranslationHelper
5
+ def translate(key, **options)
6
+ translation = if defined?(super)
7
+ super(key, **options)
8
+ else
9
+ I18n.translate(key, **options)
10
+ end
11
+
12
+ if translation.is_a?(String) && (translation.include?("%{") || translation.include?("${"))
13
+ process_mixed_translation(translation, options)
14
+ else
15
+ translation
16
+ end
17
+ end
18
+ alias t translate
19
+
20
+ private
21
+
22
+ def process_mixed_translation(translation, options)
23
+ parts = translation.split(/(%\{[^}]+\}|\$\{[^}]+\})/)
24
+ processed_parts = parts.map do |part|
25
+ if part.start_with?("%{") || part.start_with?("${")
26
+ process_interpolation(part, options)
27
+ else
28
+ part
29
+ end
30
+ end
31
+
32
+ processed_parts.join.html_safe
33
+ end
34
+
35
+ def process_interpolation(interpolation, options)
36
+ match_data = interpolation.match(/^(%\{|\$\{)([^}]+)\}$/)
37
+
38
+ return interpolation unless match_data
39
+
40
+ key, *pipes = match_data[2].split("|").map(&:strip)
41
+ value = options[key.to_sym]
42
+
43
+ if value.nil?
44
+ interpolation
45
+ else
46
+ apply_pipes(value, pipes, options)
47
+ end
48
+ end
49
+
50
+ # rubocop:disable Metrics/MethodLength
51
+ # rubocop:disable Metrics/AbcSize
52
+ # rubocop:disable Metrics/CyclomaticComplexity
53
+ def apply_pipes(value, pipes, options)
54
+ pipes.reduce(value) do |result, pipe|
55
+ case pipe
56
+ when "number_with_delimiter"
57
+ number_with_delimiter(result)
58
+ when "pluralize"
59
+ result.pluralize
60
+ when /^pluralize(?::(\d+))?$/
61
+ count = ::Regexp.last_match(1) ? ::Regexp.last_match(1).to_i : options[:count]
62
+ count ? result.pluralize(count) : result.pluralize
63
+ when "upcase"
64
+ result.upcase
65
+ when "downcase"
66
+ result.downcase
67
+ when "capitalize"
68
+ result.capitalize
69
+ when "html_safe"
70
+ result.html_safe
71
+ when /^format:(.+)$/
72
+ format(::Regexp.last_match(1), result)
73
+ else
74
+ # You might want to raise an error for unknown pipes
75
+ result
76
+ end
77
+ end
78
+ # rubocop:enable Metrics/MethodLength
79
+ # rubocop:enable Metrics/AbcSize
80
+ # rubocop:enable Metrics/CyclomaticComplexity
81
+ end
82
+ end
83
+ end
@@ -0,0 +1,5 @@
1
+ # frozen_string_literal: true
2
+
3
+ module I18nOnSteroids
4
+ VERSION = "0.1.0"
5
+ end
@@ -0,0 +1,18 @@
1
+ # frozen_string_literal: true
2
+
3
+ require "i18n_on_steroids/version"
4
+ require "i18n_on_steroids/translation_helper"
5
+
6
+ module I18nOnSteroids
7
+ class Error < StandardError; end
8
+
9
+ if defined?(Rails)
10
+ class Railtie < Rails::Railtie
11
+ initializer "i18n_on_steroids.configure_rails_initialization" do
12
+ ActiveSupport.on_load(:action_view) do
13
+ include I18nOnSteroids::TranslationHelper
14
+ end
15
+ end
16
+ end
17
+ end
18
+ end
@@ -0,0 +1,4 @@
1
+ module I18nOnSteroids
2
+ VERSION: String
3
+ # See the writing guide of rbs: https://github.com/ruby/rbs#guides
4
+ end
metadata ADDED
@@ -0,0 +1,58 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: i18n_on_steroids
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - pacMakaveli
8
+ autorequire:
9
+ bindir: exe
10
+ cert_chain: []
11
+ date: 2024-08-22 00:00:00.000000000 Z
12
+ dependencies: []
13
+ description: A Ruby gem that enhances I18n functionality with advanced interpolation
14
+ and piping features
15
+ email:
16
+ - oss@studio51.solutions
17
+ executables: []
18
+ extensions: []
19
+ extra_rdoc_files: []
20
+ files:
21
+ - ".rubocop.yml"
22
+ - CHANGELOG.md
23
+ - CODE_OF_CONDUCT.md
24
+ - LICENSE.txt
25
+ - README.md
26
+ - Rakefile
27
+ - lib/i18n_on_steroids.rb
28
+ - lib/i18n_on_steroids/translation_helper.rb
29
+ - lib/i18n_on_steroids/version.rb
30
+ - sig/i18n_on_steroids.rbs
31
+ homepage: https://github.com/games-directory/i18n_on_steroids
32
+ licenses:
33
+ - MIT
34
+ metadata:
35
+ homepage_uri: https://github.com/games-directory/i18n_on_steroids
36
+ source_code_uri: https://github.com/games-directory/i18n_on_steroids
37
+ changelog_uri: https://github.com/games-directory/i18n_on_steroids/blob/master/CHANGELOG.md
38
+ post_install_message:
39
+ rdoc_options: []
40
+ require_paths:
41
+ - lib
42
+ required_ruby_version: !ruby/object:Gem::Requirement
43
+ requirements:
44
+ - - ">="
45
+ - !ruby/object:Gem::Version
46
+ version: 3.0.0
47
+ required_rubygems_version: !ruby/object:Gem::Requirement
48
+ requirements:
49
+ - - ">="
50
+ - !ruby/object:Gem::Version
51
+ version: '0'
52
+ requirements: []
53
+ rubygems_version: 3.5.15
54
+ signing_key:
55
+ specification_version: 4
56
+ summary: A gem that provides advanced interpolation and piping features for Rails
57
+ I18n
58
+ test_files: []