Function addTranslation

  • build the language with given fragments

    Parameters

    • name: any

      language name (code)

    • Rest ...parts: any[]

      misc elements that make the language @example:

      createLanguage( 'en', 'fr' );
      const app = {
      clients: {
      translation1: "hello",
      }
      }
      addTranslation( 'en', app );

    Returns void

Generated using TypeDoc