Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Support languages #25

Open
0xENDER opened this issue Oct 18, 2020 · 1 comment
Open

Support languages #25

0xENDER opened this issue Oct 18, 2020 · 1 comment
Labels
enhancement New feature or request Important To-Do

Comments

@0xENDER
Copy link
Member

0xENDER commented Oct 18, 2020

No description provided.

@0xENDER 0xENDER added To-Do enhancement New feature or request labels Oct 18, 2020
@0xENDER
Copy link
Member Author

0xENDER commented Mar 8, 2021

Replace %%STUFF%% strings with their JSON value.

Example:

<html>
    <head></head>
    <body>
        <h1>%%HomePage.Welcome%%</h1>
    </body>
</html>

and

{
    "HomePage": {
        "Welcome": "Hello!",
        [...]
    },
    [...]
}

will be:

<html>
    <head></head>
    <body>
        <h1>Hello!</h1>
    </body>
</html>

@0xENDER 0xENDER pinned this issue Mar 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Important To-Do
Projects
None yet
Development

No branches or pull requests

1 participant