Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [Bug 10836] New: Missing Qt5 component : translations
@ 2018-03-05 21:31 bugzilla at busybox.net
  2018-03-05 21:47 ` [Buildroot] [Bug 10836] " bugzilla at busybox.net
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2018-03-05 21:31 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10836

            Bug ID: 10836
           Summary: Missing Qt5 component : translations
           Product: buildroot
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Other
          Assignee: unassigned at buildroot.uclibc.org
          Reporter: pinaraf at pinaraf.info
                CC: buildroot at uclibc.org
  Target Milestone: ---

Hi

The translations for the Qt5 user interface is split from the Qt5 code in a
qt5translations submodule, for instance
http://download.qt.io/official_releases/qt/5.9/5.9.3/submodules/qttranslations-opensource-src-5.9.3.tar.xz

It is a simple package, depending on the linguist host tools (already
packages).
The only trick would be to be able to choose the required languages from the
configuration menu. It is of great importance for people building embedded Qt
applications targeting non-english users.

I am willing to work on this package if you can not work on it (I'm not 100%
familiar with buildroot packaging rules, even less with a complex multi-version
package like Qt5, so I can not guarantee the quality of my work there).

Regards

 Pierre

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 10836] Missing Qt5 component : translations
  2018-03-05 21:31 [Buildroot] [Bug 10836] New: Missing Qt5 component : translations bugzilla at busybox.net
@ 2018-03-05 21:47 ` bugzilla at busybox.net
  2018-03-05 21:51 ` bugzilla at busybox.net
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2018-03-05 21:47 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10836

--- Comment #1 from Pierre Ducroquet <pinaraf@pinaraf.info> ---
Created attachment 7501
  --> https://bugs.busybox.net/attachment.cgi?id=7501&action=edit
Basic patch building and installing every translations

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 10836] Missing Qt5 component : translations
  2018-03-05 21:31 [Buildroot] [Bug 10836] New: Missing Qt5 component : translations bugzilla at busybox.net
  2018-03-05 21:47 ` [Buildroot] [Bug 10836] " bugzilla at busybox.net
@ 2018-03-05 21:51 ` bugzilla at busybox.net
  2018-03-05 21:52 ` bugzilla at busybox.net
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2018-03-05 21:51 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10836

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement
            Version|unspecified                 |2018.02
                 CC|                            |yann.morin.1998 at free.fr

--- Comment #2 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Pierre,

Thanks foir the report and the contribution.

Could you submnit your patch to the mailing list, please?

See:
    https://buildroot.org/downloads/manual/manual.html#submitting-patches

Thank you!

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 10836] Missing Qt5 component : translations
  2018-03-05 21:31 [Buildroot] [Bug 10836] New: Missing Qt5 component : translations bugzilla at busybox.net
  2018-03-05 21:47 ` [Buildroot] [Bug 10836] " bugzilla at busybox.net
  2018-03-05 21:51 ` bugzilla at busybox.net
@ 2018-03-05 21:52 ` bugzilla at busybox.net
  2018-03-05 21:57 ` bugzilla at busybox.net
  2024-06-15 14:47 ` bugzilla
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2018-03-05 21:52 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10836

--- Comment #3 from Pierre Ducroquet <pinaraf@pinaraf.info> ---
Hi Yann

I will do so, I'm just testing with my application. Adding every translations
is ok for a first step I guess ?

?Pierre

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 10836] Missing Qt5 component : translations
  2018-03-05 21:31 [Buildroot] [Bug 10836] New: Missing Qt5 component : translations bugzilla at busybox.net
                   ` (2 preceding siblings ...)
  2018-03-05 21:52 ` bugzilla at busybox.net
@ 2018-03-05 21:57 ` bugzilla at busybox.net
  2024-06-15 14:47 ` bugzilla
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla at busybox.net @ 2018-03-05 21:57 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10836

--- Comment #4 from Yann E. MORIN <yann.morin.1998@free.fr> ---
Pierre,

> Adding every translations is ok for a first step I guess ?

Yes, I'm fine with that. But we should discuss this on
the mailing list; it's easier to do reviews by mail.

Regards,
Yann E. MORIN.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [Bug 10836] Missing Qt5 component : translations
  2018-03-05 21:31 [Buildroot] [Bug 10836] New: Missing Qt5 component : translations bugzilla at busybox.net
                   ` (3 preceding siblings ...)
  2018-03-05 21:57 ` bugzilla at busybox.net
@ 2024-06-15 14:47 ` bugzilla
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla @ 2024-06-15 14:47 UTC (permalink / raw)
  To: buildroot

https://bugs.busybox.net/show_bug.cgi?id=10836

Yann E. MORIN <yann.morin.1998@free.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #5 from Yann E. MORIN <yann.morin.1998@free.fr> ---
THank you for your report.

The issue tracker for the Buildroot project has been moved to
the Gitlab.com issue tracker:
    https://gitlab.com/buildroot.org/buildroot/-/issues

We are taking this opportunity to close old issues in this old
tracker. If you believe your issue is still relevant, please
open one in the new issue tracker.

Thank you!

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-06-15 14:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-05 21:31 [Buildroot] [Bug 10836] New: Missing Qt5 component : translations bugzilla at busybox.net
2018-03-05 21:47 ` [Buildroot] [Bug 10836] " bugzilla at busybox.net
2018-03-05 21:51 ` bugzilla at busybox.net
2018-03-05 21:52 ` bugzilla at busybox.net
2018-03-05 21:57 ` bugzilla at busybox.net
2024-06-15 14:47 ` bugzilla

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox