From bf284e39e9a4ed63a40bf82dc4d42219374aa0db Mon Sep 17 00:00:00 2001 From: Konstantin Akimov Date: Sat, 1 Jul 2023 18:16:50 +0700 Subject: [PATCH] fix: follow-up #5393 - should be used `[dash.dash_ents]` (#5472) ## Issue being fixed or feature implemented As noticed by Udjin in #5393, there should be `dash_ents` in the config. ## What was done? Updated config `.tx/config` ## How Has This Been Tested? @UdjinM6 please help to test, I have no access to `https://www.transifex.com` translations ## Breaking Changes n/a ## Checklist: - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone --- .tx/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tx/config b/.tx/config index 0d3706af28..7699aee5ff 100644 --- a/.tx/config +++ b/.tx/config @@ -1,7 +1,7 @@ [main] host = https://www.transifex.com -[dash.qt-translation-020x] +[dash.dash_ents] file_filter = src/qt/locale/dash_.ts source_file = src/qt/locale/dash_en.xlf source_lang = en