Mosquito-Alert / Mosquito-Alert-Mobile-App

http://www.mosquitoalert.com
4 stars 3 forks source link

Added Info.plist translations #125

Open epou opened 6 months ago

epou commented 6 months ago

Interesting links:

epou commented 6 months ago

Would be nice if iOS developers could check if the .lproj folders are named correctly. I'm not sure how to name those folders, if using only the language code or both language and country code (See: https://docs.flutter.dev/ui/accessibility-and-internationalization/internationalization#localizing-for-ios-updating-the-ios-app-bundle)

I'll assume it needs from either one of ISO 639-1, ISO 639-2 or [language designator]-[region designator]. I'll go for the last option since we have different dialects. (source: https://help.apple.com/xcode/mac/current/#/devafa3a605f [click on language_id]

Our supportedLocales: https://github.com/Mosquito-Alert/Mosquito-Alert-Mobile-App/blob/5b36165f8b01254317f5fa5abecf5d6093d57fc2/lib/utils/Application.dart#L12-L41