FEATURE: Rename discourse-cronos to discourse-local-dates

This commit is contained in:
Sam
2018-05-04 16:11:33 +10:00
parent ee426623e4
commit c81854ad14
99 changed files with 104 additions and 574 deletions

View File

@ -0,0 +1,8 @@
#!/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