-
Notifications
You must be signed in to change notification settings - Fork 36
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
Add thesearchpage application to nextcloud transifex #607
Comments
Will have a look, mostlikely on friday |
I merged your PR. Is there anything else I need to do ? |
So I synced the translations, but just for your information, the |
Indeed, none of them are correctly handled :-( Is there a way for me to investigate it further ? |
Maybe #475 (comment) can give you a trace? |
Ok. So I need to generate a fake Is this a correct understanding ? |
Yes, that would work |
What is the function name that is search in the files ? I see |
I pushed the script and the fake label file to Are you able to trigger the job to test it on that branch ? (Or can I do it ?) |
Ok I used the translationtool.phar and it expects |
Pushed a new version to |
Thank you! |
@nickvergessen sorry to bother you again but I have the feeling that only develop is retrieved. E.g. my app description is different on develop than on main but I only see the one from develop on transifex. |
all strings are combined, it starts with the master/main branch, so yeah the alter branches would win on the description it seems. Hmm actually it should be the otherway around: |
Ah, but here we say So that should be it. |
I guess we should turn it around, so that master/main wins |
So we fixed that in the code, but can't roll out a new version of the container until next week |
Are the labels from the info.xml somewhat handled differently than labels from the code ? I would have guessed that the scrapper just returned all values from main and develop in my case and made them available on the translation site. My issues are:
|
Hmm after checking the code, the answer should be no: It should work the same way, so not sure why the one from your master is not picked up |
👤 App repository
To be done by you
nextcloud-bot
with write permissionsl10n/.gitkeep
with empty content.l10nignore
to exclude compiled JS files and thirdparty code, e.g. ignoring compiled javascript assets and composer PHP dependencies in the vendor/ directory:.tx/config
with the following content, replace{{APPID}}
with your app id 3 times:🏗️ Sysadmin team
nextcloud-bot
with admin permissions.tx/config
l10n/.gitkeep
.l10ignore
"Owner Repository",
into https://github.com/nextcloud/docker-ci/edit/master/translations/config.jsonssh [email protected]
cd /srv/docker-ci
git pull origin master
🔣 Translation team
The text was updated successfully, but these errors were encountered: