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
I think we should move to YAML for language files. This allows for a few things:
Syntax Highlighting
This can greatly improve readability in both an IDE and on Github itself.
Nested Keys
This also helps readability, and can reduce key name length. We could also iterate through each nested key if we wanted but im not sure where we would use that.
e.g.error_cls_login_failed could be changed to
error:
cls:
login_failed: 'something'
Now i think back on what i wrote and im pretty sure im contradicting myself but oh well lets decide together
I think we should move to YAML for language files. This allows for a few things:
Syntax Highlighting
This can greatly improve readability in both an IDE and on Github itself.
Nested Keys
This also helps readability, and can reduce key name length. We could also iterate through each nested key if we wanted but im not sure where we would use that.
e.g.
error_cls_login_failedcould be changed toNow i think back on what i wrote and im pretty sure im contradicting myself but oh well lets decide together