mirror of
https://github.com/qmlnet/qmlnet.git
synced 2026-05-15 14:15:54 -06:00
[PR #206] [CLOSED] Added Access to Qt Translation Infrastructure #243
Labels
No labels
bug
enhancement
help wanted
help wanted
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/qmlnet#243
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/qmlnet/qmlnet/pull/206
Author: @shartte
Created: 5/30/2020
Status: ❌ Closed
Base:
develop← Head:i18n📝 Commits (1)
a7ff93fAdded Access to Qt Translation Infrastructure📊 Changes
15 files changed (+555 additions, -3 deletions)
View changed files
📝
src/native/QmlNet/QmlNet.pro(+3 -0)➕
src/native/QmlNet/QmlNet/qml/NetTranslator.cpp(+33 -0)➕
src/native/QmlNet/QmlNet/qml/NetTranslator.h(+50 -0)📝
src/native/QmlNet/QmlNet/qml/QCoreApplication.cpp(+87 -0)📝
src/native/QmlNet/QmlNet/qml/qml.pri(+4 -2)📝
src/native/QmlNet/QmlNetUtilities.cpp(+41 -0)📝
src/native/QmlNet/QmlNetUtilities.h(+12 -0)➕
src/net/Qml.Net.Tests/QCoreApplicationTests.cs(+70 -0)📝
src/net/Qml.Net.Tests/Qml.Net.Tests.csproj(+6 -0)➕
src/net/Qml.Net.Tests/Resources/example.de.qm(+0 -0)➕
src/net/Qml.Net.Tests/Resources/example.de.ts(+11 -0)➕
src/net/Qml.Net.Tests/Resources/example.de_CH.qm(+0 -0)➕
src/net/Qml.Net.Tests/Resources/example.de_CH.ts(+11 -0)➕
src/net/Qml.Net.Tests/Resources/example.ts(+11 -0)📝
src/net/Qml.Net/QCoreApplication.cs(+216 -1)📄 Description
This PR should fix #160 and add some additional plumbing to allow for the following:
Some TODOs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.