UNPKG

@moebius/grammy-fluent

Version:

Fluent localization system integration for grammY Telegram bot framework

8 lines 308 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultLocaleNegotiator = void 0; function defaultLocaleNegotiator(context) { return context.from.language_code; } exports.defaultLocaleNegotiator = defaultLocaleNegotiator; //# sourceMappingURL=locale-negotiator.js.map