Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/i18next_locize_backend/lib/index.js>default

A simple i18next backend for locize.com which can be used in Node.js, in the browser and for Deno.
Go to Latest
class default
import { default } from "https://deno.land/x/i18next_locize_backend@v5.1.5/lib/index.js";

Constructors

new
default(
services,
options?,
allOptions?,
callback,
)

Methods

create(
languages,
namespace,
key,
fallbackValue,
callback,
options,
)
getLanguages(callback)
getOptions(callback)
init(
services,
options?,
allOptions?,
callback,
)
loadUrl(
options,
url,
payload,
callback,
)
queue(
lng,
namespace,
key,
fallbackValue,
callback,
options,
)
read(
language,
namespace,
callback,
)
update(
languages,
namespace,
key,
fallbackValue,
callback,
options,
)
write(lng, namespace)
writePage(
lng,
namespace,
missings,
callback,
)