Gandhi-gd

Results 2 issues of 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. ![image](https://user-images.githubusercontent.com/55038394/190911415-3990ff5e-8773-41f7-9261-fc973bf2aaed.png) **Versions:** - OS: windows - JDK 1.8 - Faker Version 1.0.2