Re: [Interest] Use two translations files in the same application

2017-12-14 Thread Konstantin Tokarev
14.12.2017, 17:21, "Jérôme Godbout" : > What we do here, we generate each .ts file per qml modules individually, then > we gather the needed modules for the applications. After that we generate the > .qm files out of all required .ts files. So we only need to translate each > modules once but

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread Jérôme Godbout
What we do here, we generate each .ts file per qml modules individually, then we gather the needed modules for the applications. After that we generate the .qm files out of all required .ts files. So we only need to translate each modules once but could reuse them into many application. [image: b

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread Nicolas Krieger
Le 14/12/2017 à 14:38, alexander golks a écrit : Am Thu, 14 Dec 2017 14:24:30 +0100 schrieb Nicolas Krieger : Hi, Is it possible to use two (or more) translations files for one application ? For example, I have a common file used by many programs, and others specific ones. Nicolas Krieger

Re: [Interest] Use two translations files in the same application

2017-12-14 Thread alexander golks
Am Thu, 14 Dec 2017 14:24:30 +0100 schrieb Nicolas Krieger : > Hi, > > Is it possible to use two (or more) translations files for one > application ? > > For example, I have a common file used by many programs, and others > specific ones. > > Nicolas Krieger > > > > > > _