kartik-v / yii2-widget-fileinput

An enhanced FileInput widget for Bootstrap 4.x/3.x with file preview, multiple selection, and more features (sub repo split from yii2-widgets)
Other
229 stars 96 forks source link

Support translations for language codes with hyphen #179

Closed Nainor closed 3 years ago

Nainor commented 3 years ago

Scope

This pull request includes a

Changes

Although bootstrap-fileinput has support for languages with '-' (like 'pt-BR','zh-TW' ) the function initLanguage() is setting just the part before '-' ('pt','zh'), that makes languages as brazilian portuguese being changed for european portuguese, adding the parameter $full = true makes it consider the correct idiom

Related Issues

150