Default development language #503
Labels
area:theme-check
enhancement
New feature or request
moderate
lowest severity for theme related bug
open for contributions
theme bugs that won't be prioritized in the near future
Is your feature request related to a problem? Please describe.
Our client often have separated stores. For this, we only use one code-base. The problem we have is with the translations.
Currently we don't have a dedicated translation file for local development. That means that we're always stuck with our own
en-dev.deafult.json
. file. The client is then using this file, but since we are also developing with this file, we don't push it with new releases. Only an initial release. Due to this, new translations are not coming through correctly and we had to create our own translation snippet where we can provide a fallback. This is also something that is not really developer friendly, because we are now missing some simple features like autocompletion, error handling and intellisense. Additionally it adds extra lines of code and an extra render.Describe the solution you'd like
A dedicated locale file (
fallback.default.json)
for development and can be used as a fallback for our client stores. With this, we can safely push these changes to their stores without overriding their current translationsThe text was updated successfully, but these errors were encountered: