Giter Site home page Giter Site logo

Comments (8)

stefonarch avatar stefonarch commented on August 23, 2024

As it doesn't remember window size I never saw it. It looks also that it's impossible to reduce empty space in the title bar.
In translation this issue is usually solved.

schermata-21 mag 09:07

schermata-21 mag 09:08

from lxqt-config.

tsujan avatar tsujan commented on August 23, 2024

It looks also that it's impossible to reduce empty space in the title bar

That depends on the WM and its settings, not on the app.

appchooser

from lxqt-config.

tsujan avatar tsujan commented on August 23, 2024

If we want to preserve the current translations (is there any?), we should edit the ts files manually. Could you do that? Or will it be OK if they disappear and are added by translators again?

from lxqt-config.

stefonarch avatar stefonarch commented on August 23, 2024

is there any?)

Yes
https://translate.lxqt-project.org/search/lxqt-configuration/?offset=1&q=applicationchooser&sort_by=-priority%2Cposition&checksum=

We have working bash scripts which will remove the "type unfinished" which we used already twice already.
sed -i '/></! s/translation\ type=\"unfinished\"/translation/g' *.ts
or
sed --in-place -re '/<translation .*type="unfinished"[^>]*>[^<]/ s/ ?type="unfinished"//' *_*.ts

from lxqt-config.

stefonarch avatar stefonarch commented on August 23, 2024

Looking closer at the translations some seems to have adopted the style:
"ВибирачПрограм" , "PemilihAplikasi"

from lxqt-config.

tsujan avatar tsujan commented on August 23, 2024

That's up to the translator to decide what sounds natural in his language. But "ApplicationChooser" seems like a copy-pase typo; it's the class name ;)

from lxqt-config.

isf63 avatar isf63 commented on August 23, 2024

I was thinking of adding the space to

<string>ApplicationChooser</string>

but because it's not a tr( ) I got confused. I'm guessing all <name>ApplicationChooser</name> and <source>ApplicationChooser</source> in lxqt-config-file-associations/translations/* must be updated as well?

EDIT: Also, unless all translations for this are turned to type="unfinished", it'd be tricky to determine which are and aren't correct.

from lxqt-config.

tsujan avatar tsujan commented on August 23, 2024

because it's not a tr( ) I got confused

All strings (<string>...</string>) in the ui file are translatable automatically — unless <string notr="true"> is added.

and ApplicationChooser in lxqt-config-file-associations/translations/* must be updated as well?

@stefonarch does it once in a while — shouldn't be done in PRs.

If you don't make a PR, it'll be forgotten ;) Please just add a space there; no other change is needed

from lxqt-config.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.