Skip to main content
Module

x/i18next_fs_backend/lib/index.js>default

i18next-fs-backend is a backend layer for i18next using in Node.js and for Deno to load translations from the filesystem.
Latest
class default
import { default } from "https://deno.land/x/i18next_fs_backend@v2.3.1/lib/index.js";

Constructors

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

Methods

create(
languages,
namespace,
key,
fallbackValue,
callback,
)
init(
services,
options?,
allOptions?,
)
queue(
lng,
namespace,
key,
fallbackValue,
callback,
)
read(
language,
namespace,
callback,
)
removeFile(language, namespace)
save(
language,
namespace,
data,
callback,
)
writeFile(lng, namespace)