Commit c289d61

derdilla <82763757+NobodyForNothing@users.noreply.github.com>
2024-01-15 16:25:37
update documentation
Signed-off-by: derdilla <82763757+NobodyForNothing@users.noreply.github.com>
1 parent f4a55f8
Changed files (1)
lib/model/iso_lang_names.dart
@@ -1,8 +1,6 @@
 import 'package:flutter/material.dart';
 
-/// Selects the correct language name for a specific language code.
-///
-/// Does not account for dialects.
+/// Selects the correct display name for a specific language code.
 String getDisplayLanguage(Locale l) => switch(l.toLanguageTag()) {
   'en' => 'English',
   'en-US' => 'English (US)',