File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
config/locales/custom_messages
test/unit/lib/message_customize Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change
1
+ { "ta-IN" : CustomMessageSetting . find_or_default . custom_messages_with_timestamp ( 'ta-IN' ) }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ def test_reload!
26
26
# If this test fails:
27
27
# Check if you need to change plugins/redmine_message_customize/config/locales/custom_messages.
28
28
def test_available_locales
29
- 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 ]
29
+ 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 ]
30
30
assert_equal locales . uniq . sort . map ( &:to_sym ) , MessageCustomize ::Locale . available_locales
31
31
end
32
32
You can’t perform that action at this time.
0 commit comments