incompeteFallbackMessage is not correct structure when building translations #1810
Labels
core
Issues in the core code (lib/core)
fix
Bug fixes
hacktoberfest
Help contribute during the month of October to participate https://hacktoberfest.digitalocean.com/
When we generate lang files using
grunt translation --lang=<lang-code>
, theincompleteFallbackMessage
is generated as an object structure withundefined
as a property name. However, the message in axe is always treated as just a string.First, we need to fix the translation generator to output a string value instead of an object
Second, we need to update all the locale files to match the new format
Third, we need to update the code that uses these translations to accept the new format
Lastly, we need to update the associated test to show that it's all working
The text was updated successfully, but these errors were encountered: