Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (15 loc) · 543 Bytes

assets-resources-grammar.md

File metadata and controls

20 lines (15 loc) · 543 Bytes

Examples of cross platform string resources / translation files etc.

Plist style syntax:

project/relative/path/{platform-specific-path}/to-fr/filename { // the system will figure out the suffix
    "flow_prefix_key" = "valeur"
}

project/relative/path/{platform-specific-path}to-en/filename { // the system will figure out the suffix
    "flow_prefix_key" = "value"
}

enum Name
{
    literal0,
    literal1,
    literal2
}