A WebApp to preview FTML, the SCP Foundation's markup language, on the Web.
"SCP-173" by Moto42, from the SCP Wiki. Source: https://scp-wiki.wikidot.com/scp-173. Licensed under CC-BY-SA.
This repository uses pnpm for package management.
Install development dependencies and use
pnpm install
pnpm run dev
Copyright (C) 2022- Zokhoi & other vscode-ftml contributors (vscode-ftml)
Copyright (C) 2022- RTa-technology & other ftml-web contributors (see CONTRIBUTORS)
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
If you want to help translating Locale Emulator, you can find all strings in
index.yaml
insrc/public/locales/
folder.message.yaml
,theme.css
,side.ftml
,top.ftml
insrc/public/locales/lang
folder.
top.ftml
[[ul]]
[[li]][# Rules][[ul]]
[[li]][[[Site Rules]]][[/li]]
[[/ul]][[/li]]
[[/ul]]
\s\*\s(.+)
↓
[[li]]$1[[/li]]
\*\s(.+)
↓
[[/ul]][[/li]]
[[/ul]][[ul]]
[[li]]$1[[ul]]
and Initial
[[/ul]][[/li]]
[[/ul]]
at the end
\[\[li\]\](.+)\[\[ul\]\] => [[li]][# $1][[ul]]
If it is not a link, use [# text] to make it a link.
After you translated the above files into your language, please inform me by creating a pull request.
Note Please, when you send PRs for other language versions, send them in one PR.
Made with contrib.rocks.