I translated the UpdraftPlus plugin (hard work) into Italian and the plugin creator told me to upload the custom .po file into GlotPress. But now I don’t see my translations online, why?
]]>Hello!
GlotPress has added a new feature about requesting changes in a string translation. That added a few new strings to be translated in its own translation project. The issue here is that one cannot guess which strings are success/failure messages for the requester and which one are status/notification strings for the translator/editor/GTE. “changes requested” might work for both cases in English, other locales might need a bit of context for each case. TIA!
]]>Hi.
I have my website: https://palmaross.com
I have the plugin installed and activated.
Now, in your manual I see a “After activating the plugin, GlotPress can be accessed via <home_url>/glotpress/”
But… https://palmaross.com/glotpress/ is a 404 page.
What else should I do to make the plugin work?
]]>Administrator access to one language only.
It would be nice if the administrator access could be filtered by language.
I have attached an explanatory image.
https://im.ge/i/OrD7LX
Best regards.
]]>It appears that the translate text is not applied because the domain is not specified in the source code below.
./locals/locals.php: 70
return sprintf( _x( '%1$s/%2$s', 'locales' ), $this->english_name, $this->native_name );
I report this just in case.
]]>Hi
I’ve been trying to set up the plugin and so far everything works as expected except one little thing. If we can jump over this hurtle, it will be perfect.
Basically, I want to be able to access GP interface via domain.com/custom link.
I’ve read the manual which says i can add
define('GP_URL_BASE', '<your-path-here>');
but that doesn’t seem to work.
Also, I can’t access /glotpress even if I don’t touch wp-config.php file at all.
The only thing that is working as expected is
define('GP_URL_BASE', '/');
which made GP to be the frontpage of the site, but that completely hijacks the WordPress rendering, and if i try to open any other WP page, it loads GP saying nothing found here.
My permalinks are set to “Post Name”
]]>I was about 3 hours trying to charge a file in glotpress. Impossible. I read manual fully, installation seems to be ok but when I try to upload a file, glotpress say me ‘no translations found!’ and it shows nothing.
I tried with several PO, MO and POT files and I couldn’t.
I don’t know if it is a problem or not :o/
]]>The output resx files have the following headers:
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
When they should be:
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
Fix is, in /glotpress/gp-includes/formats/format-resx.php, line 120, put System.Resources.ResXResourceWriter instead of System.Resources.ResXResourceReader
Also, for some languages, the plural_forms header can look like this (for Russian here):
<resheader name=”plural_forms”>
<value>nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);</value>
</resheader>
Which breaks the resx file and makes VS unable to open it or build the project.
My fix for this, as I don’t need plural forms in my translations, was to remove the header from the export ( /glotpress/gp-includes/formats/format-resx.php, line 121)
]]>Hi,
I know this already exists, but what was suggested didn’t work for me.
I have :
– Installed a fresh WordPress
– Installed and activated Glotpress plugin.
– Accessed /glotpress, and had a 404 error.
I did not define the GP_URL_BASE.
Permalinks is set to “Custom” with value /%postname%/
I have a 404 on /glotpress, /glotpress/, /glotpress/projects
I don’t know what to do, I hope someone can help.
Thanks
I’ve noticed this screenshot of glotpress which shows a ‘translation memory’ option, I cant seem to find it in my Worpress (I’m using the plugin version of glotpress) – how can activate the ‘translation memory’ option in my WordPress?
]]>For all I k now there’ll be many others, but, GlotPress isn’t yet PHP 8-0-ready – it’s using the each()
function which no longer exists.
PHP Fatal error: Uncaught Error: Call to undefined function each() in wp-content/plugins/glotpress/gp-templates/helper-functions.php:122
How could allow users to import PO Files?
]]>Hi
In my wordpress installation in the wp-content / languages ??/ plugins folder, I am seeing many translation files with json extension like these examples below, more than 200 files of this type
woocommerce-ca-00cecdb4dc8514ec7e775622bc723648.json
woocommerce-ca-0dc089127d6d4abad378c797b27b1007.json
woocommerce-ca-1b3f299878731ed7e1fc34722ef3c267.json
woocommerce-es_ES-00cecdb4dc8514ec7e775622bc723648.json
elementor-ca-8b95a20e21550730e7b5557f56908c73.json
I have opened one and it contains this
{“translation-revision-date”:”2020-10-21 18:25:44+0000″,”generator”:”GlotPress\/3.0.0-alpha.2″,”domain”:”messages”,”locale_data”:{“messages”:{“”:{“domain”:”messages”,”plural-forms”:”nplurals=2; plural=n != 1;”,”lang”:”ca”},”Loading\u2026″:[“S’est\u00e0 carregant…”]}},”comment”:{“reference”:”packages\/woocommerce-blocks\/assets\/js\/base\/components\/loading-mask\/index.js”}}
I don’t have your plugin installed.
I use Loco transalte.
Can you please tell me how to remove this from GlotPress
Thanks
kike0128
Hi!
Our company uses an installation of GlotPress to translate our plugins.
I am having trouble understanding why the POT file I am trying to upload isn’t working. When I upload it manually for the first time, it just says that 0 strings were imported. How can I find what the reason for that is? Has the upload failed? Is the file malformed? Does it simply contain no strings? Was there some sort of other server error?
Thanks!
]]>You can follow the progress here: GlotPress Development and Releases
]]>I have 2 very simple questions.
1. Are plugin translatable strings WITHOUT a text domain specified also added to a plugin translation on translate.www.remarpro.com ?
(eg: __( ‘Settings’ ) )
Side note1: I have stumbled onto a very popular plugin in the www.remarpro.com repository that includes 50 of such translatable strings…
2. Is this being done intentionally by GlotPress on translate.www.remarpro.com? And if so, why ?
Side note2: I’m fully aware of the following extract from the WordPress Plugin Developer Handbook:
If there are strings in your plugin that are also used in WordPress core (e.g. ‘Settings’), you should still add your own text domain to them, otherwise they’ll become untranslated if the core string changes (which happens).
Thank you.
]]>When wil Glotpress 3.0 be released? Is Glotpress 2.3.1, PHP 7.3.x proof?
]]>Hi,
I would like to add a translation set for a language so small it’s not in the list (it does not even has an official language code XX_yy).
How do I add a custom translation set?
]]>We have the: define(‘GP_URL_BASE’, ‘/’); in wp-config.php and it doesn’t seem to be working anymore. When visiting the site it goes to translate.domain.com:80 instead of just translate.domain.com or the login page. Once logged in it seems to work. But not initially.
Did something break?
]]>Hi all, if a Contributor (myself or someone else) enters translations on translate.www.remarpro.com they have to wait for an approval from a Translation Editor. Now I would like to use these translations on my website, even if they are not yet approved. An export only contains the current/approved translations. Is there a way to also export the waiting translations?
]]>Hi. There arent too much files supported. I need some web based translation enviroment and this is best i have found, what runs on php.
Can u please add .rpy atleast for now?
It can help me really much, thanks ??
PS: I dont know where do i search if any definition exist for this :/
]]>Hi, we’ve used Glotpress to translate our plugin into several other languages. However, export only gives us .po files for each language. My understanding is we need both .pot and .mot for each language, to be included with our plugin. How do we get those files?
]]>It seems like “Mass-create translation sets” doesn’t work for me.
It says:
0 sets will be added
0 sets will be removed
Am I missing something? Doesn’t that create all the translation sets at once? I have no issues creating them seperately.
Thanks!
Best,
David
Is there a way to “hide” a Glotpress site? I thought I’d just use Seedprod’s Coming Soon plugin to do this, but Glotpress seems to entirely override it. Basically, I don’t need it publicly accessible, so I’m just looking for a way to not show it to anyone who’s not logged-in. Is this possible?
]]>I am having trouble with the frontend of the glotpress. I have installed it manually but now the user interface or you can say the front end is not showing. I have set the permalinks also. And there is no mention of how to set up the frontend.
https://www.dropbox.com/s/q1c5wz3zp2qaj2z/Projects%20%20%20GlotPress.png?dl=0
Please guide me through this.
Thanks
Hi there at that side of the screen.
I just install Glotpress. I’m trying to make a new project. Fill everything and click on create. Questions go white and nothing happens. If I go to projects pages I get an error that says “Error al crear el proyecto” (Error creating the project).
Any idea?
Thanks in advanced.
]]>I’ve used the old, standalone GlotPress so I’m familiar with the relationship between the GP users and WP users. However, after installing the plugin and going to my projects page (https://chrisreynolds.io/glotpress/projects/) I have a Login button and no ability to create new projects. The login button links to the login page on my site, but when I click it, I’m not redirected (presumably because I’m already logged in, but GP doesn’t see that).
I don’t think this is a cookie thing because the same thing happens when I try in an incognito window, the only difference is I’m redirected to the login page and log in. After logging in, I’m still unable to add projects.
I’ve checked the gp_permissions table and my admin user id is indeed in the table.
This is on a WordPress multisite. I’ve tried network activating the plugin and have verified the gp_permissions on both the main WP site on the network as well as the subsite in case the issue was one of not being able to access the wp_users table outside of the subsite, but I get the same issue on the main site.
I’m happy to create users manually if that’s still a thing. I don’t need to manage users via WP, I just need to be able to manage translations.
]]>Hello,
How to make glotpress pages reactive (Mobile-Friendly)?
How to integrate glotpress into a wordpress theme?
Your plugin is great, thanks for all your work ??
]]>I just translated the GlotPress front-end language into Chinese with Poedit, but i don’t know which directory i should move the .po file to. Please help me, thank you!
]]>Hello,
i tried alot but i can’t access GlotPress.
I always receive:
“HTTP Error 404.0 – Not Found
The resource you are looking for has been removed, had its name changed, or is temporarily unavailable.”
The files are there for sure.
Installed automatically and added “define(‘GP_URL_BASE’, ‘https://localhost/wordpress/glotpress’);” to the wp-config.php. I also tried just “/glotpress” and the IP instead of localhost.
Tried to access via:
https://localhost/wordpress/glotpress
https://localhost/wordpress/glotpress/
and the IP/Domain etc.
PHP Version: 5.6
Could you please figure out what I’am doing wrong?
]]>