| Summary: | kdepim-runtime translations missing | ||
|---|---|---|---|
| Product: | [Developer tools] releaseme | Reporter: | Jonathan Riddell <jr> |
| Component: | general | Assignee: | Harald Sitter <sitter> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/releaseme/fbb33d15f0792086b281eafb099c4964f5755209 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Jonathan Riddell
2017-04-24 13:13:26 UTC
Git commit fbb33d15f0792086b281eafb099c4964f5755209 by Harald Sitter. Committed on 25/04/2017 at 11:06. Pushed by sitter into branch 'master'. make sure modules that are projects get i18n_paths constructed properly We unconditionally dropped the last part of a path to get the i18n_path, not paying attention to us potentially dropping the last part thus rendering the path empty. Instead only drop the last part iff it isn't the only part in the array. M +4 -1 lib/releaseme/project.rb M +20 -0 test/data/kde_projects.xml M +10 -0 test/test_project.rb https://commits.kde.org/releaseme/fbb33d15f0792086b281eafb099c4964f5755209 Git commit bce4b5f833cbbaba27de4fe6c27cf2758f4af4a8 by Harald Sitter. Committed on 07/06/2017 at 11:34. Pushed by sitter into branch 'master'. add explicit regression testing previously in releaseme Related: bug 379161 M +8 -0 models/i18n_test.go https://commits.kde.org/sysadmin/projects-api/bce4b5f833cbbaba27de4fe6c27cf2758f4af4a8 |