mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 10:06:45 +08:00
Added tabs again
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user