You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ikbendewilliam
I18n adds the default translation in file as description, this has the effect that in your IDE you can immediately see what it means and prevents wrong labels.
/// No description provided for @careerInfoTitle.
///
/// In en, this message translates to:
/// **'Info'**
String get careerInfoTitle;
The text was updated successfully, but these errors were encountered:
Original ticket: icapps/flutter-icapps-translations#31
@ikbendewilliam
I18n adds the default translation in file as description, this has the effect that in your IDE you can immediately see what it means and prevents wrong labels.
The text was updated successfully, but these errors were encountered: