Added tabs again

This commit is contained in:
daniel
2018-03-29 22:13:15 +02:00
parent 7a85f1ee36
commit 0ebbe5bd15

View File

@@ -46,10 +46,10 @@ function translate(): void {
polyglot.t("i_like_to_write_in_language", {
_: "I like to write in %{language}.",
language: "Javascript"
});
});
polyglot.has("hello");
polyglot.has("world");
polyglot.has("hello");
polyglot.has("world");
polyglot.replace({
"hello": "hey",