UNPKG

@sodacore/i18n

Version:

Sodacore i18n is a plugin that offers internationalisation and localisation support for the Sodacore framework.

3 lines (2 loc) 114 B
export const REGEX_TRANSLATION_TAG = /_t\((.*?)\)/gi; export const REGEX_TRANSLATION_TAG_QUERY = /^\_t\((.*)\)$/;