Skip to content

Commit

Permalink
fix: follow-up dashpay#5393 - should be used [dash.dash_ents] (dash…
Browse files Browse the repository at this point in the history
…pay#5472)

## Issue being fixed or feature implemented
As noticed by Udjin in dashpay#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
  • Loading branch information
knst authored Jul 1, 2023
1 parent 4251d5a commit bf284e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[dash.qt-translation-020x]
[dash.dash_ents]
file_filter = src/qt/locale/dash_<lang>.ts
source_file = src/qt/locale/dash_en.xlf
source_lang = en

0 comments on commit bf284e3

Please sign in to comment.