Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/grammy_i18n/mod.ts>I18n#loadLocalesDirSync

Internationalization for grammY powered by Fluent.
Latest
method I18n.prototype.loadLocalesDirSync
import { I18n } from "https://deno.land/x/grammy_i18n@v1.1.0/mod.ts";

Loads locales from any existing nested file or folder within the specified directory and registers them in the Fluent instance.

Parameters

directory: string

Path to the directory to look for the translation files.