countTranslations

fun countTranslations(group: String? = null, lang: String? = null): Int

Count the amount of translations

Parameters

group

The group (folder) of the translation. If null it'll count all the groups. Defaults to null

lang

The language of the translation. If null it'll count all the languages. Defaults to null