We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a21e32 commit 932b557Copy full SHA for 932b557
spec/system/anon_language_switcher_spec.rb
@@ -12,6 +12,7 @@
12
SiteSetting.translator_enabled = true
13
SiteSetting.allow_user_locale = true
14
SiteSetting.set_locale_from_cookie = true
15
+ SiteSetting.automatic_translation_backfill_maximum_translations_per_hour = 1
16
SiteSetting.automatic_translation_target_languages = "es|ja"
17
SiteSetting.experimental_anon_language_switcher = true
18
visit("/")
spec/system/full_page_translation_spec.rb
@@ -33,7 +33,6 @@
33
34
35
SiteSetting.set_locale_from_param = true
36
- SiteSetting.experimental_anon_language_switcher = true
37
SiteSetting.experimental_inline_translation = true
38
end
39
0 commit comments