Sivan22 / otzaria

A modern app that brings the jewish library to any device
http://www.otzaria.org/
104 stars 15 forks source link

Can't install on MacOS/ Translate to english #318

Open jacobrosenfeld opened 2 weeks ago

jacobrosenfeld commented 2 weeks ago

Describe the bug

I'm trying to install on Macos and the downloaded zip unzips into a contents folder not a .app.

I didn't try to build from source.

Steps to reproduce

Steps to reproduce the behavior.

Expected behavior

A clear and concise description of what you expected to happen.

Environment

Additional context

Add any other context about the problem here.

mendelg commented 2 weeks ago

@jacobrosenfeld same for me. for Mac, I usually just build from the source code. (and still have to modify some things).

Since I have a mac and have Flutter installed, I'll contact @Sivan22

jacobrosenfeld commented 2 weeks ago

How can I build from source? Never used flutter On Nov 7, 2024, at 4:18 PM, mendelg @.***> wrote: @jacobrosenfeld same for me. for Mac, I usually just build from the source code. (and still have to modify some things). Since I have a mac and have Flutter installed, I'll contact @Sivan22

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

Sivan22 commented 6 days ago

you can try now downloading from the actions artifacts: https://github.com/Sivan22/otzaria/actions/runs/11882033734

jacobrosenfeld commented 6 days ago

I’ve never used flutter before. How can I help build this out in English?On Nov 17, 2024, at 3:41 PM, Sivan Ratson @.***> wrote: you can try now downloading from the actions artifacts: https://github.com/Sivan22/otzaria/actions/runs/11882033734

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

mendelg commented 4 days ago

I’ve never used flutter before. How can I help build this out in English?On Nov 17, 2024, at 3:41 PM, Sivan Ratson @.***> wrote:

you can try now downloading from the actions artifacts: https://github.com/Sivan22/otzaria/actions/runs/11882033734

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

@jacobrosenfeld You can't build it in English. The app is written for Hebrew speakers only as of now.

jacobrosenfeld commented 4 days ago

Got it. My understanding of flutter is that it makes localization very easy. If you want to add an English option I’d be happy to help.

— Reply to this email directly, view it on GitHub https://github.com/Sivan22/otzaria/issues/318#issuecomment-2486214670, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFBBNHBQ3I4ODWD5BHXQ5Z32BNSV5AVCNFSM6AAAAABRMCFUGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBWGIYTINRXGA. You are receiving this because you were mentioned.

Sivan22 commented 3 days ago

first we need to choose a localization library. then we will have to go file file ane replace every hard-coded string with its localized variable and add it to the strings list (i thing that AI could realy help with this). the last part is to translate all the strings. for the last part we could platforms as i18 or crowdin.