getCrowdinUri static method

Uri getCrowdinUri(
  1. OpenFoodFactsLanguage language
)

Returns the URI to the crowdin page for a language. Crowdin is used in used in the official open food facts app for translating the app

Implementation

static Uri getCrowdinUri(final OpenFoodFactsLanguage language) =>
    Uri.parse('https://crowdin.com/project/openfoodfacts/${language.offTag}');