Skip to content

Commit

Permalink
Merge pull request #61 from farend/issue/60
Browse files Browse the repository at this point in the history
Support Tamil language
  • Loading branch information
ishikawa999 authored Dec 19, 2023
2 parents 7674eb2 + 39153a0 commit 0d8154c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions config/locales/custom_messages/ta-IN.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "ta-IN": CustomMessageSetting.find_or_default.custom_messages_with_timestamp('ta-IN') }
2 changes: 1 addition & 1 deletion test/unit/lib/message_customize/locale_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def test_reload!
# If this test fails:
# Check if you need to change plugins/redmine_message_customize/config/locales/custom_messages.
def test_available_locales
locales = %w[ar az bg bs ca cs da de el en en-GB es es-PA et eu fa fi fr gl he hr hu id it ja ko lt lv mk mn nl no pl pt pt-BR ro ru sk sl sq sr sr-YU sv th tr uk vi zh zh-TW]
locales = %w[ar az bg bs ca cs da de el en en-GB es es-PA et eu fa fi fr gl he hr hu id it ja ko lt lv mk mn nl no pl pt pt-BR ro ru sk sl sq sr sr-YU sv th tr uk vi zh zh-TW ta-IN]
assert_equal locales.uniq.sort.map(&:to_sym), MessageCustomize::Locale.available_locales
end

Expand Down

0 comments on commit 0d8154c

Please sign in to comment.