You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.
Currently all keys in the translation file follow the _ standard.
i.e that means that Starte Date would be represented by the key start_date. this is not a javascript convention so all keys should be changed to camel case startDate
Child issues will mention the namespace that needs to be changed. This is the first child key of the translation object. i.e.
export default {
navigation:{
//everything inside here is the navigation namepsace
},
inventory:{
//everything inside here is the inventory namepsace
},
Currently all keys in the translation file follow the
_
standard.i.e that means that
Starte Date
would be represented by the keystart_date
. this is not a javascript convention so all keys should be changed to camel casestartDate
Child issues will mention the namespace that needs to be changed. This is the first child key of the translation object. i.e.
The text was updated successfully, but these errors were encountered: