Skip to content
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

Translation #25

Open
drspoke opened this issue Feb 16, 2022 · 2 comments
Open

Translation #25

drspoke opened this issue Feb 16, 2022 · 2 comments

Comments

@drspoke
Copy link

drspoke commented Feb 16, 2022

Hello,
Thank you for this WebApp,
But (There is always a but.....) Is-it possible to have a translations like the full application ?
Thx

@vomikan
Copy link
Member

vomikan commented Feb 16, 2022

I think it's possible. There is a sample code:

<?php
    echo  _("Good Morning");
    ?>

https://www.php.net/manual/en/book.gettext.php

@lucaritossa
Copy link
Contributor

I'm preparing a new version of MMEX WebApp that is translated with simple approach of php array files.
Starting from english (default) and italian translation.

As soon as possible I will submit a PR.

lucaritossa added a commit to lucaritossa/web-money-manager-ex that referenced this issue Oct 22, 2023
lucaritossa added a commit to lucaritossa/web-money-manager-ex that referenced this issue Oct 23, 2023
lucaritossa added a commit to lucaritossa/web-money-manager-ex that referenced this issue Oct 24, 2023
Unable to use $lang inside javascript. Need alternative solution like API call to obtain localized strings?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants