Skip to content
This repository was archived by the owner on Aug 3, 2019. It is now read-only.
This repository was archived by the owner on Aug 3, 2019. It is now read-only.

YAML #22

Description

@lukeeey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions