SankethBK / diaryvault

A personal diary application written in Flutter
https://play.google.com/store/apps/details?id=me.sankethbk.dairyapp
MIT License
86 stars 59 forks source link

Feature/Hebrew translation #82

Closed TomerPacific closed 11 months ago

TomerPacific commented 11 months ago

What type of PR is this? (check all applicable)

Description

Added Hebrew translation

Featured Covered in this PR

Related Tickets & Documents

Screenshots, Recordings

qemu-system-x86_64_5UrKlZhNDu

qemu-system-x86_64_j2zDsoNUyr

Tested Feature??

TomerPacific commented 11 months ago

Sure @SankethBK . Would you like me to just break that line into two?

SankethBK commented 11 months ago

Sure @SankethBK . Would you like me to just break that line into two?

@TomerPacific you can add a trailing comma after Locale('he'), it will break the array into multiple lines

SankethBK commented 11 months ago

@TomerPacific it would be like this after formatting

          supportedLocales: const [
            Locale('en'),
            Locale('hi'),
            Locale('pa'),
            Locale('he'),
          ],
SankethBK commented 11 months ago

LGTM, thanks for your contribution