mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 10:59:51 +08:00
todo: write test
This commit is contained in:
parent
650eb86a74
commit
ff219bc65c
|
@ -84,6 +84,10 @@ describe JsLocaleHelper do
|
|||
expect(message).not_to match 'Plural Function not found'
|
||||
end
|
||||
|
||||
it 'performs fallbacks to english if a translation is not available' do
|
||||
skip('todo: write test')
|
||||
end
|
||||
|
||||
LocaleSiteSetting.values.each do |locale|
|
||||
it "generates valid date helpers for #{locale[:value]} locale" do
|
||||
js = JsLocaleHelper.output_locale(locale[:value])
|
||||
|
|
Loading…
Reference in New Issue
Block a user