-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8e1ad9
commit 253896c
Showing
29 changed files
with
904 additions
and
1,042 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
253896c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @danielhuesken
Why include translation to strings like
__( 'http://inpsyde.com', 'backwpup' )
?These don't need translation, and appearing in the strings list they contribute to increase the not translated percentage, and if more than 5% could stop the cycle of language packs updates in the wordpress.org repo. By the way, I can't find it on the repo to translate, or even the pro version translate.marketpress.com!
These new links could be just 'http://inpsyde.com' without the gettext code.
Regards
253896c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @pedro-mendonca,
it is only the simple way to switch between .com and .de in conjunction of the translation. So a translator can select the best domain for the translation.
For translate.marketpress.com you can use http://translate.inpsyde.com/ what i hope will come this day.
253896c
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, so I'll keep it as the original .com for pt_PT translation.
Thank you for your anwser.