Skip to content

Commit ab4ac5e

Browse files
committed
Remove settings
1 parent 28c9bef commit ab4ac5e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

config/locales/server.en.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ en:
1717
translator_azure_custom_subdomain: "Required if using a Virtual Network or Firewall for Azure Cognitive Services. Note: Only enter the custom subdomain not the full custom endpoint."
1818
restrict_translation_by_group: "Only allowed groups can translate"
1919
restrict_translation_by_poster_group: "Only allow translation of posts made by users in allowed groups. If empty, allow translations of posts from all users."
20-
normalize_language_variants: "Locales are normalized to the base locale without region or variant. When this setting includes 'en', 'en-GB' or 'en-US' will be normalized to 'en', and posts are not translatable within the same locale."
2120
translator:
2221
failed: "The translator is unable to translate this content (%{source_locale}) to the default language of this site (%{target_locale})."
2322
not_supported: "This language is not supported by the translator."

config/settings.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@ discourse_translator:
9494
client: true
9595
max_translations_per_minute:
9696
default: 3
97-
normalize_language_variants:
98-
type: list
99-
list_type: compact
100-
default: "en"
101-
client: true
10297
restrict_translation_by_group:
10398
default: "11" # default group trust_level_1
10499
client: true

0 commit comments

Comments
 (0)