Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#43829 closed enhancement (fixed)

[proposal] Add unit test for Japanese language

Reported by: ryotsun Owned by: johnbillion
Priority: normal Milestone: 5.1
Component: I18N Version:
Severity: normal Keywords: has-unit-tests has-patch
Cc: Focuses:

Description

I propose to add unit test for Japanese language.
It may help countries which have multi-byte characters like east asian countries.

At the beginning, I added unit test for Japanese language referred from German's.
After this is approved, I will also add more Japanese-specific unit test.

Attachments (1)

43829_1.patch (8.8 KB ) - added by ryotsun 8 years ago.

Download all attachments as: .zip

Change History (10)

@ryotsun
8 years ago

#1 @miyauchi
8 years ago

+1

It is very nice for us.

I want to open some tickets to improve some enhancement for Chinese, Korean and Japanese after this ticket will be merged.
For example, there is half-width space and full-width space in those languages, so we should be able to use full-width space as a separator of search keyword.

This ticket was mentioned in Slack in #polyglots by miyauchi. View the logs.


8 years ago

#4 @johnbillion
8 years ago

  • Milestone Awaiting Review5.0
  • Owner set to johnbillion
  • Status newreviewing
  • Version trunk

#5 @ryotsun
8 years ago

Related ticket: #44296

Last edited 8 years ago by SergeyBiryukov (previous) (diff)

#6 @miyauchi
8 years ago

We wrote a unit test for WP Multibyte Patch on GitHub.
https://github.com/jawordpressorg/automated-testing-for-wordpress-ja

There are descriptions what is multibyte patch doing in README.md on this repository.
(There are no official documentation in English for this plugin.)

I want to open some tickets to add tests based on the repo after this ticket will be merged.

Related: https://meta.trac.wordpress.org/ticket/3163

#7 @miyauchi
8 years ago

There is a list of the locales that include custom plugin in the package.
https://meta.trac.wordpress.org/ticket/3163#comment:10

#8 @johnbillion
8 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 43359:

I18N: Introduce unit tests for the Japanese language in order to facilitate future improvements.

Props ryotsun

Fixes #43829

#9 @johnbillion
8 years ago

  • Milestone 5.05.1
Note: See TracTickets for help on using tickets.