[SAC] [OSGeo] #2990: WordPress user and error pages are in Dutch
OSGeo
trac_osgeo at osgeo.org
Fri Oct 6 14:07:39 PDT 2023
#2990: WordPress user and error pages are in Dutch
---------------------------+------------------------
Reporter: lnicola | Owner: sac@…
Type: defect | Status: new
Priority: normal | Milestone: Unplanned
Component: Systems Admin | Resolution:
Keywords: |
---------------------------+------------------------
Comment (by cvvergara):
Tried several approaches:
- Using the Say what plugin, Defined: "Page not found" to use the sentence
"Page not found"
- Editing the .po files where "Page not found" is translated to "Pagina
niet gevonden"
- `Pagina niet gevonden`-> `Page not found`
- Manually modifying the core function
[https://developer.wordpress.org/reference/functions/wp_title/ wp_title]
so that it does not get translated
- `$title = __( 'Page not found' );` -> `$title = 'Page not found';`
Nothing seemed to work.
Some upgrades are pending on plugins and on core, will try again after the
upgrades.
Investigating, found this [https://wordpress.org/support/topic/404-page-
title/#post-13534417 comment] and the [https://www.jacksheo.com/foo Page
not found] in this case says `Untitled`
TODO: need to see where in `roots` the page title is handled.
--
Ticket URL: <https://trac.osgeo.org/osgeo/ticket/2990#comment:3>
OSGeo <https://osgeo.org/>
OSGeo committee and general foundation issue tracker.
More information about the Sac
mailing list