mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 02:41:13 +08:00
Configure Transifex for local-dates plugin
This commit is contained in:
@ -1,8 +0,0 @@
|
||||
#!/usr/bin/env ruby
|
||||
|
||||
require 'translations_manager'
|
||||
|
||||
YML_DIRS = ['config/locales'].map { |d| File.expand_path(d) }
|
||||
YML_FILE_PREFIXES = ['client', 'server']
|
||||
|
||||
TranslationsManager::TransifexUpdater.new(YML_DIRS, YML_FILE_PREFIXES, *ARGV).perform
|
Reference in New Issue
Block a user