Replace "language" and "country" with common strings in epic_games_store (#141665)

This commit is contained in:
Norbert Rittel 2025-03-28 17:50:36 +01:00 committed by GitHub
parent ba00707d89
commit 8bf42b9d3e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,8 @@
"step": {
"user": {
"data": {
"language": "Language",
"country": "Country"
"language": "[%key:common::config_flow::data::language%]",
"country": "[%key:common::config_flow::data::country%]"
}
}
},