Open stefan-cotitosu opened 2 months ago
@Soare-Robert-Daniel, I have some questions here.
The heading, text and button on this page aren't translated.
https://github.com/Codeinwp/feedzy-rss-feeds/blob/master/includes/layouts/feedzy-improve.php
The title and table content on this page are not translated.
https://github.com/Codeinwp/feedzy-rss-feeds/blob/master/includes/layouts/feedzy-pro.php
This page should be translated as well.
The strings: by, on, at, in
This labels label: __('1 Hour')
should be label: __('1 Hour','feedzy-rss-feeds')
, right?
Same situation on: https://github.com/Codeinwp/feedzy-rss-feeds/blob/1373e6960198304e9093e10d2df14de4b09a4ab3/js/FeedzyBlock/inspector.js#L60
From https://github.com/Codeinwp/feedzy-rss-feeds/blob/1373e6960198304e9093e10d2df14de4b09a4ab3/js/FeedzyBlock/inspector.js#L161 To https://github.com/Codeinwp/feedzy-rss-feeds/blob/1373e6960198304e9093e10d2df14de4b09a4ab3/js/FeedzyBlock/inspector.js#L177
If the problem is valid, please review the whole file as there are many occurences.
What problem does this address?
We decided to translate Feedzy to German and to achieve this, the following changes need to be applied to the plugin.
What is your proposed solution?
Localize all the strings
WordPress.WP.I18n.MissingTranslatorsComment
Translate the Formbricks Survey
Reference: https://github.com/Codeinwp/neve/commit/cb3ec00dcaf38c4af58d82a213e5f0e38071a71d
Will this feature require documentation? (Optional)
No.