From 8f4b7c1820b046c8df10e043a0bc605f3007eee7 Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Sat, 20 May 2017 11:32:44 -0400 Subject: Filter languages with opt out (#3175) * Remove allowed_languages and add filtered_languages * Use filtered_languages instead of allowed_languages --- config/locales/simple_form.th.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'config/locales/simple_form.th.yml') diff --git a/config/locales/simple_form.th.yml b/config/locales/simple_form.th.yml index 388886bf0..de206fe0d 100644 --- a/config/locales/simple_form.th.yml +++ b/config/locales/simple_form.th.yml @@ -9,15 +9,13 @@ th: other: '%{count} characters left' header: PNG, GIF or JPG. At most 2MB. Will be downscaled to 700x335px locked: Requires you to manually approve followers and defaults post privacy to followers-only - note: + note: one: '1 character left' other: '%{count} characters left' imports: data: CSV file exported from another Mastodon instance sessions: otp: Enter the Two-factor code from your phone or use one of your recovery codes. - user: - allowed_languages: These languages will be allowed in your public timelines. Languages that are not selected will be filtered out. labels: defaults: avatar: Avatar -- cgit