Add presence plugin to pull translations script to fix the build

This commit is contained in:
Gerhard Schlager
2017-12-11 20:37:54 +01:00
parent 929aa98723
commit 19ee2c3fac
75 changed files with 556 additions and 5 deletions

View File

@@ -13,7 +13,8 @@ require_relative '../lib/i18n/locale_file_walker'
YML_DIRS = ['config/locales',
'plugins/poll/config/locales',
'plugins/discourse-narrative-bot/config/locales']
'plugins/discourse-narrative-bot/config/locales',
'plugins/discourse-presence/config/locales']
YML_FILE_PREFIXES = ['server', 'client']
if `which tx`.strip.empty?