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

Fix #1921 and others untranslated terms #1923

Merged
merged 3 commits into from
Feb 17, 2017

Conversation

saulowulhynek
Copy link

Fix #1921 and others untranslated terms

Fix #1921 and others untranslated terms
Copy link
Contributor

@DawoudIO DawoudIO left a comment

Choose a reason for hiding this comment

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

I would split the PR into 2

1 for simple static gettext and other for the once that take vars..

@@ -302,8 +302,8 @@ function getQueryFormInput($queryParameters)
extract($queryParameters);

$input = '';
$label = '<label>' . $qrp_Name . '</label>';
$helpMsg = '<div>' . $qrp_Description . '</div>';
$label = '<label>' . gettext ($qrp_Name) . '</label>';
Copy link
Contributor

Choose a reason for hiding this comment

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

these do not work...

Copy link
Author

Choose a reason for hiding this comment

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

Sorry ... I tested this before submit PR, and works fine...

@@ -128,7 +128,7 @@
<li class="<?php if ($category == 'Church Information') {
echo 'active';
} ?>"><a href="#<?= str_replace(" ", '', $category) ?>" data-toggle="tab"
aria-expanded="false"><?= $category ?></a>
aria-expanded="false"><?= gettext($category) ?></a>
Copy link
Contributor

Choose a reason for hiding this comment

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

the categories need to be localized

Copy link
Author

Choose a reason for hiding this comment

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

The categories are in POEditor.com since older versions. This stop working in 2.6.0-RC1 ....

@DawoudIO DawoudIO added this to the 2.7.0 milestone Feb 17, 2017
revert  gettext($category)
@DawoudIO DawoudIO merged commit d2373cb into master Feb 17, 2017
@DawoudIO DawoudIO deleted the Fix-#1921-and-others-untranslated-terms branch February 17, 2017 18:11
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