Gandhi-gd
Gandhi-gd
**Describe the bug** The bug about Chinese still exists, just like the https://github.com/DiUS/java-faker/ library **To Reproduce** ```java import net.datafaker.Faker; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; import java.util.Locale; @SpringBootTest class SpringBootStudyApplicationTests { @Test...
**To Reproduce** ```java Faker faker = new Faker(Locale.CHINA); System.out.println(faker.name().name()); System.out.println(faker.job().field()); System.out.println(faker.job().position()); System.out.println(faker.job().title()); ``` this is result.  **Versions:** - OS: windows - JDK 1.8 - Faker Version 1.0.2