Skip to content

Commit

Permalink
Remove the sr locale override .rb files
Browse files Browse the repository at this point in the history
History here:

2019-06 - Files added to Mastodon: #11061

Same Day - Details of the issue added on upstream: svenfuchs/rails-i18n#853

2021-05 - Upstream fix: https://github.com/svenfuchs/rails-i18n/pull/925/files

2022-01 - Upstream fix part two: https://github.com/svenfuchs/rails-i18n/pull/972/files

2022-02 - Upstream release with fixes: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md#702-2022-02-12

It looks like these files were only in place to nudge the pluralization
rules, which have since been fixed in `rails-i18n`.
  • Loading branch information
mjankowski committed Jul 13, 2023
1 parent 3ed9b55 commit bcdee51
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .rubocop_todo.yml
Expand Up @@ -150,13 +150,6 @@ Metrics/CyclomaticComplexity:
Metrics/PerceivedComplexity:
Max: 27

# Configuration parameters: ExpectMatchingDefinition, CheckDefinitionPathHierarchy, CheckDefinitionPathHierarchyRoots, Regex, IgnoreExecutableScripts, AllowedAcronyms.
# CheckDefinitionPathHierarchyRoots: lib, spec, test, src
# AllowedAcronyms: CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS
Naming/FileName:
Exclude:
- 'config/locales/sr-Latn.rb'

# Configuration parameters: EnforcedStyle, CheckMethodNames, CheckSymbols, AllowedIdentifiers, AllowedPatterns.
# SupportedStyles: snake_case, normalcase, non_integer
# AllowedIdentifiers: capture3, iso8601, rfc1123_date, rfc822, rfc2822, rfc3339, x86_64
Expand Down Expand Up @@ -844,8 +837,6 @@ Style/RedundantConstantBase:
Exclude:
- 'config/environments/production.rb'
- 'config/initializers/sidekiq.rb'
- 'config/locales/sr-Latn.rb'
- 'config/locales/sr.rb'

# This cop supports unsafe autocorrection (--autocorrect-all).
# Configuration parameters: SafeForConstants.
Expand Down
5 changes: 0 additions & 5 deletions config/locales/sr-Latn.rb

This file was deleted.

5 changes: 0 additions & 5 deletions config/locales/sr.rb

This file was deleted.

0 comments on commit bcdee51

Please sign in to comment.