Skip to content

Commit 188b560

Browse files
DEV: Switch from Transifex to Crowdin
1 parent 2fad44a commit 188b560

File tree

5 files changed

+7
-39
lines changed

5 files changed

+7
-39
lines changed

.tx/config

-15
This file was deleted.

Gemfile

-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# frozen_string_literal: true
22

33
group :development do
4-
gem 'translations-manager', git: 'https://github.com/discourse/translations-manager.git'
54
gem 'rubocop-discourse'
65
end

Gemfile.lock

-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
GIT
2-
remote: https://github.com/discourse/translations-manager.git
3-
revision: d6da5ff928b9ea39a15c9b6f16b856f46bc9069b
4-
specs:
5-
translations-manager (0.6)
6-
71
GEM
82
specs:
93
ast (2.4.0)
@@ -34,7 +28,6 @@ PLATFORMS
3428

3529
DEPENDENCIES
3630
rubocop-discourse
37-
translations-manager!
3831

3932
BUNDLED WITH
4033
2.1.4

bin/pull_translations.rb

-16
This file was deleted.

translator.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Configuration file for discourse-translator-bot
2+
3+
files:
4+
- source_path: config/locales/client.en.yml
5+
destination_path: client.yml
6+
- source_path: config/locales/server.en.yml
7+
destination_path: server.yml

0 commit comments

Comments
 (0)