-
Notifications
You must be signed in to change notification settings - Fork 23
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
how can use for extract strings not translated into XREngine repo? #54
Comments
I'm not sure what exactly you're looking for. I recommend you read the wiki. |
i want to extract strings not translated yet of https://github.com/XRFoundation/XREngine, i follow this steps
but i dont know how test in XREngine, pls guide me |
First of all, I'm not sure that my package is what you need. |
i can next convert .pot to .json, do u have discord?
El mié, 8 jun 2022 a las 13:23, Lukas Geiter ***@***.***>)
escribió:
… First of all, I'm not sure that my package is what you need.
gettext-extractor is for the gettext
<https://en.wikipedia.org/wiki/Gettext> system of managing translations.
The extractor generates a .pot template file which is the basis for
translations that are stored in .po files. Looking at your repo, I
noticed that you're using json for your translations.
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADIWFFL6RV7T75EKVEMQKTVODQJ5ANCNFSM5YFJXDNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
At this point you should see some console output and it will generate a |
Can u give me your discord, WhatsApp or other chatting method?
El mié, 8 de jun. de 2022, 1:33 p. m., Lukas Geiter <
***@***.***> escribió:
…
1. Install the package in your repo (instructions here
<https://github.com/lukasgeiter/gettext-extractor/wiki/Installation>)
2. Create a new .js file with the contents from this example
<https://github.com/lukasgeiter/gettext-extractor/wiki/Introduction>
3. Execute your file using node
At this point you should see some console output and it will generate a
messages.pot file that's most likely pretty empty. Why is it empty?
Because you haven't adjusted the configuration to your needs yet. You do
that by adjusting the code you copied from the example. All necessary
information is in the wiki
<https://github.com/lukasgeiter/gettext-extractor/wiki/JavaScript%2C-TypeScript%2C-JSX>
.
—
Reply to this email directly, view it on GitHub
<#54 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADIWFA4ATJU2XUNUSIZS43VODRPZANCNFSM5YFJXDNA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No |
|
|
Again, read this wiki page and try figuring things out on your own. I'm not going to do your work for you. |
https://github.com/XRFoundation/XREngine
pls give me cheatsheet for use your app
commands and paths pls
The text was updated successfully, but these errors were encountered: