-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't install on MacOS/ Translate to english #318
Comments
@jacobrosenfeld Since I have a mac and have Flutter installed, I'll contact @Sivan22 |
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: ***@***.***>
|
you can try now downloading from the actions artifacts: https://github.com/Sivan22/otzaria/actions/runs/11882033734 |
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 |
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 <#318 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AFBBNHBQ3I4ODWD5BHXQ5Z32BNSV5AVCNFSM6AAAAABRMCFUGCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIOBWGIYTINRXGA>.
You are receiving this because you were mentioned.
|
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. |
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.
The text was updated successfully, but these errors were encountered: