You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the user's language setting is set to Japanese and an address is registered, only the prefecture is displayed in English. The country is displayed in Japanese. Is it by design that the prefecture is not displayed in Japanese?
The following issue seems to be similar to the current situation. #15591
Steps to reproduce
set up address field
set address in entry
show addres by card
Expected behavior
While the prefecture can be displayed and selected in Japanese when choosing it, the prefecture is not displayed in Japanese on the card.
Actual behavior
CP
When the user's language setting is set to Japanese and an address is registered, only the prefecture is displayed in English. The country is displayed in Japanese.
Is it by design that the prefecture is not displayed in Japanese?
When the user's language setting is set to English, both the prefecture and the country are displayed in English.
Front-end
When the site's language setting is set to Japanese, the country is displayed in Japanese, but the prefecture is displayed in English. When set to English, both the country and the prefecture are displayed in English.
language setting : Japanese
I would like it to display "東京都" instead of "Tokyo."
language setting : English
Template
{% set addresses = entry.testAddress.all() %}
<ul>
{% for address in addresses %}
<li>{{ address|address }}</li>
{% endfor %}
</ul>
Craft CMS version
5.4.1
PHP version
8.2.23
Operating system and version
Linux 3.10.0-957.27.2.el7.x86_64
Database type and version
MySQL 8.0.35
Image driver and version
Imagick 3.7.0 (ImageMagick 6.7.8-9)
Installed plugins and versions
CKEditor 4.2.0
Multi Translator 2.7.0
The text was updated successfully, but these errors were encountered:
What happened?
Description
When the user's language setting is set to Japanese and an address is registered, only the prefecture is displayed in English. The country is displayed in Japanese. Is it by design that the prefecture is not displayed in Japanese?
The following issue seems to be similar to the current situation.
#15591
Steps to reproduce
Expected behavior
While the prefecture can be displayed and selected in Japanese when choosing it, the prefecture is not displayed in Japanese on the card.
Actual behavior
CP
When the user's language setting is set to Japanese and an address is registered, only the prefecture is displayed in English. The country is displayed in Japanese.
Is it by design that the prefecture is not displayed in Japanese?
When the user's language setting is set to English, both the prefecture and the country are displayed in English.
Front-end
When the site's language setting is set to Japanese, the country is displayed in Japanese, but the prefecture is displayed in English. When set to English, both the country and the prefecture are displayed in English.
language setting : Japanese
I would like it to display "東京都" instead of "Tokyo."
language setting : English
Template
Craft CMS version
5.4.1
PHP version
8.2.23
Operating system and version
Linux 3.10.0-957.27.2.el7.x86_64
Database type and version
MySQL 8.0.35
Image driver and version
Imagick 3.7.0 (ImageMagick 6.7.8-9)
Installed plugins and versions
The text was updated successfully, but these errors were encountered: