Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 830274 - sci-electronics/kicad-6.0.0: missing i18n files
Summary: sci-electronics/kicad-6.0.0: missing i18n files
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Zoltan Puskas
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-30 07:20 UTC by Uladzimir Bely
Modified: 2022-01-13 01:25 UTC (History)
4 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uladzimir Bely 2021-12-30 07:20:50 UTC
UI language can't be changed in kicad-6.0.0 applications.

Reproducible: Always

Steps to Reproduce:
1. Run 'Preferences => Set language => <some language>

Actual Results:  
The messagebox appears:
```
Unable to switch language to <some language>
The KiCad language file for this language is not installed
```

Expected Results:  
UI language changed to requested value.

Since version 6, GUI translations seem not to be provided by separate package (sci-electronics/kicad-i18n) but should be enabled via sci-electronics/kicad cmake flags.

Simple adding "-DKICAD_BUILD_I18N=ON" to `mycmakeargs` src_configure() works well.
Comment 1 Larry the Git Cow gentoo-dev 2022-01-13 01:25:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac5491e45dc70a01f435bb99718876aee7b7d95

commit bac5491e45dc70a01f435bb99718876aee7b7d95
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-13 01:25:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-13 01:25:33 +0000

    sci-electronics/kicad: add missing i18n files
    
    kicad-i18n is now merged into sci-electronics/kicad (changed upstream).
    
    Closes: https://bugs.gentoo.org/830274
    Signed-off-by: Sam James <sam@gentoo.org>

 sci-electronics/kicad/{kicad-6.0.0.ebuild => kicad-6.0.0-r1.ebuild} | 5 +++++
 sci-electronics/kicad/kicad-9999.ebuild                             | 5 +++++
 2 files changed, 10 insertions(+)