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

Generate translation file for Spanish, update translation strings #23

Merged
merged 1 commit into from
Jan 29, 2020

Conversation

gacarrillor
Copy link
Contributor

No description provided.

@@ -2,4 +2,4 @@ SOURCES = ../maps_printer.py ../processor.py \
../processing_provider/maps_printer_provider.py \
../processing_provider/export_layouts_from_folder.py \
../processing_provider/export_layouts_from_project.py
TRANSLATIONS = MapsPrinter_fr.ts MapsPrinter_es.fr
TRANSLATIONS = MapsPrinter_fr.ts MapsPrinter_es.ts
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oups!

@@ -133,17 +133,15 @@ def processAlgorithm(self, parameters, context, feedback):
project.read(projectPath)
feedback.pushInfo(
QCoreApplication.translate(
"ExportLayoutsFromFolder", "\n'{}' project read!".format(projectPath)
)
"ExportLayoutsFromFolder", "\n'{}' project read!").format(projectPath)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch. Thanks

@DelazJ DelazJ merged commit b4ef9d9 into DelazJ:master Jan 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants