Skip to content

0.4.0

Latest
Compare
Choose a tag to compare
@famousgarkin famousgarkin released this 05 Jun 15:21

Changes:

  • allow to get translations for specified languages only

    const translations = await utils.getTranslations(apiToken, [
    	'project A',
    	'project B',
    ], {
    	languageCodes: [
    		'en',
    		'cz',
    		'pt-br',
    	],
    })