Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for extra comment/context tags #36

Open
dscully opened this issue Jan 22, 2021 · 3 comments
Open

Add support for extra comment/context tags #36

dscully opened this issue Jan 22, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@dscully
Copy link

dscully commented Jan 22, 2021

The TS files I am trying to process contain many extracomment and extra-Context tags. These are produced by //: or //~ comments in the QML that are for providing extra information to the translator.

Text {
    id: backTxt;
    //: The back of the object, not the front
    //% "Back"
    //~ Context Not related to back-stepping
    text: qsTrId("id-back-not-front");
}
<message id="id-back-not-front">
    <source>Back</source>
    <extracomment>The back of the object, not the front</extracomment>
    <translation type="unfinished"></translation>
    <extra-Context>Not related to back-stepping</extra-Context>
</message>

It would be nice to add support for these columns for csv/xlsx exports/imports.

More info is provided here.

Thank you for developing this extremely helpful tool!

@guerinoni
Copy link
Owner

@dscully
Thanks for the suggestion!! I'll check documentation because I wasn't aware of this :D

@guerinoni guerinoni added the enhancement New feature or request label Jan 22, 2021
@joernweissenborn
Copy link

👍 These really needed.

I also miss the feature, I am just lucky that my translators have enough domain knowledge 😄

@guerinoni
Copy link
Owner

Thanks for your feedback! I will work on it :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants