menu
flutter_timeline_calendar package
documentation
timeline/handlers/translator.dart
Translator
getTranslation static method
getTranslation static method
dark_mode
light_mode
getTranslation
static method
String
getTranslation
(
String
word
)
Implementation
static String getTranslation(String word) => titles[TimelineCalendar.calendarLanguage][word];
flutter_timeline_calendar package
documentation
timeline/handlers/translator
Translator
getTranslation static method
Translator class