Skip to content
Snippets Groups Projects
Commit 8482113b authored by Sebastian Pisula's avatar Sebastian Pisula
Browse files

Merge branch 'feature/text-domains' into 'master'

feature(core): Fixed text domain

See merge request !6
parents f969a664 fc8ce1cf
No related branches found
No related tags found
1 merge request!6feature(core): Fixed text domain
Pipeline #3140 failed with stages
in 3 minutes and 19 seconds
## [1.3.1] - 2022-07-13
### Fixed
- text domain
## [1.3.0] - 2022-05-22
### Changes
- plugin flow library
......
......@@ -33,7 +33,7 @@
"text-domain": "wpdesk-rating-petition",
"translations-folder": "lang",
"po-files": {
"pl_PL": "wpdesk-rating-petition-pl_PL.po"
"pl_PL": "pl_PL.po"
}
},
"scripts": {
......
msgid ""
msgstr ""
"Project-Id-Version: WP Desk Helper\n"
"POT-Creation-Date: 2022-02-07 14:26+0100\n"
"PO-Revision-Date: 2022-02-07 14:26+0100\n"
"Last-Translator: Krzysztof Dyszczyk <krzysztof.dyszczyk@gmail.com>\n"
"POT-Creation-Date: 2022-07-13 13:11+0200\n"
"PO-Revision-Date: 2022-07-13 13:11+0200\n"
"Last-Translator: Sebastian Pisula <sebastian.pisula@gmail.com>\n"
"Language-Team: Polish\n"
"Language: pl_PL\n"
"MIME-Version: 1.0\n"
......@@ -11,7 +11,7 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"X-Generator: Poedit 3.0.1\n"
"X-Generator: Poedit 3.1.1\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_n:1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;esc_attr__;"
"esc_attr_e;esc_attr_x:1,2c;esc_html__;esc_html_e;esc_html_x:1,2c;_n_noop:1,2;"
......
......@@ -8,7 +8,7 @@
?><div class="wpdesk-rating-petition" style="text-align: <?php echo esc_attr( $text_align ); ?>;">
<?php echo wp_kses_post(
sprintf(
__( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository &rarr;%6$s', 'wp-wpdesk-rating-petition' ),
__( 'Created with %1$s by %2$s - If you like %3$s you can %4$srate us %5$s in plugins repository &rarr;%6$s', 'wpdesk-rating-petition' ),
'<span class="heart">&hearts;</span>',
$plugin_author,
'<span class="plugin-title">' . $plugin_title . '</span>',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment