build the language with given fragments
language name (code)
Rest
misc elements that make the language @example:
createLanguage( 'en', 'fr' );const app = { clients: { translation1: "hello", }}addTranslation( 'en', app ); Copy
createLanguage( 'en', 'fr' );const app = { clients: { translation1: "hello", }}addTranslation( 'en', app );
Generated using TypeDoc
build the language with given fragments