-
https://core.trac.wordpress.org/ticket/38664
Updates for this page: https://wordpress.org/documentation/article/users-your-profile-screen/
-
### Description
Hi,
After the [i18n improvements in WordPress 6.7](https://make.wordpress.org/core/2024/10/21/i18n-improvements-6-7/), standard theme i18n strings are not working.
I’ve tested this …
-
- Explore internaltionalization in Gutenberg more
- Generate a `.pot` file
-
Activating I got an error about rtl in classes/stcr_i18n,php line 104, had to comment out this:
```
public function get_wp_locale()
{
return $this->wp_locale;
}
public func…
-
In ruleset, we do like this to change the default severity:
```
7
```
I am not being able to change severity of the sniff when we pass `sniffs` like below.
Check: `I18n_Usage_Check`
```php
r…
-
#### Steps to reproduce the behavior
Steps to reproduce the behavior:
1. Go to https://wordpress.com/settings/general/kvvsi.wpcomstaging.com
2. Click on Language
3. Select "Srpski (latinica)…
-
I am wondering how we want to handle translation
what resources are there ?
https://appbus.wordpress.com/2016/04/28/howto-translations-i18n/
- walk through
https://github.com/therecipe/qt/tre…
-
## Problem
Our current vue/i18n messages files utilise nested JSON objects to discriminate keys. A sample from our `en.json5` looks like this:
```json5
{
"404": {
title: "The content …
-
I've noticed an export error while exporting translations starting with new line strings (`\n`).
While exporting "all current", which includes current and untranslated strings, the untranslated str…
-
In Gutenberg you can run `npm run gettext-strings` which runs `cross-env BABEL_ENV=gettext webpack` to create a POT file. We should look into what it takes to have a POT file created for a plugin.