diff --git a/.tx/config b/.tx/config index a07dd5ad46c..bd09128d4c4 100644 --- a/.tx/config +++ b/.tx/config @@ -32,6 +32,18 @@ source_file = vendor/gems/discourse_imgur/lib/discourse_imgur/locale/server.en.y source_lang = en type = YML +[discourse-org.narrativeclientenyml] +file_filter = plugins/discourse-narrative-bot/config/locales/client..yml +source_file = plugins/discourse-narrative-bot/config/locales/client.en.yml +source_lang = en +type = YML + +[discourse-org.narrativeserverenyml] +file_filter = plugins/discourse-narrative-bot/config/locales/server..yml +source_file = plugins/discourse-narrative-bot/config/locales/server.en.yml +source_lang = en +type = YML + [discourse-org.403html] file_filter = public/403..html source_file = public/403.html