Giter Site home page Giter Site logo

myanmar-name-converter's People

Contributors

dependabot[bot] avatar github-actions[bot] avatar thantthuhein-genie avatar tintnaingwin-genie avatar tintnaingwinn avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

hanmyohtwe

myanmar-name-converter's Issues

[Bug]: Htate Htar

What happened?

Convert to Myanmar Name
input: Htate Htar
response result: ထိပ်ထာရ်
expected result: ထိပ်ထား

How to reproduce the bug

Convert to Myanmar Name

$name = 'Htate Htar'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: ဆလိုင်း <=> Salai

What happened?

Convert to Myan-glish Name
input: ဆလိုင်း
response result: Line
expected result: Salai

Convert to Myanmar Name
input: Salai
response result: စလိုင်း
expected result: ဆလိုင်း

How to reproduce the bug

Convert to Myan-glish Name

$name = 'ဆလိုင်း';
MMName::convertToEn($name);

Convert to Myanmar Name

$name = 'Salai'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: အေမီစျန် <=> Ami Zan

What happened?

Convert to Myan-glish Name
input => အေမီစျန်
response result => Mi
expected result => Ami Zan

Convert to Myanmar Name
input: Ami Zan
response result: ဇံ
expected result => အေမီစျန်

How to reproduce the bug

Convert to Myan-glish Name

$name = 'အေမီစျန်';
MMName::convertToEn($name);

Convert to Myanmar Name

$name = 'Ami Zan'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: သီတာ

What happened?

Convert to Myan-glish Name
input: သီတာ
response result: Thi Tar
expected result: Thida

How to reproduce the bug

Convert to Myan-glish Name

$name = 'သီတာ';
MMName::convertToEn($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: July Moe <=> ဇူလိုင်မိုး

What happened?

Convert to Myan-glish Name
input: ဇူလိုင်မိုး
response result: Zu Ly Moe
expected result: July Moe

Convert to Myanmar Name
input: July Moe
response result: မိုး
expected result: ဇူလိုင်မိုး

How to reproduce the bug

Convert to Myan-glish Name

$name = 'ဇူလိုင်မိုး';
MMName::convertToEn($name);

Convert to Myanmar Name

$name = 'July Moe'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: ဒေါ် + ဥမ္မာ

What happened?

Convert to Myan-glish Name
input: ဒေါ်ဥမ္မာ
response result: empty string
expected result: Daw Ohnmar

How to reproduce the bug

Convert to Myan-glish Name

$name = 'ဒေါ်ဥမ္မာ';
MMName::convertToEn($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: Tharaphi <=> သရဖီ

What happened?

Convert to Myan-glish Name
input: မေသရဖီ
response result: May Tha Ya Phy
expected result: May Tharaphi

Convert to Myanmar Name
input: May Tharaphi
response result: မေ
expected result: မေသရဖီ

How to reproduce the bug

Convert to Myan-glish Name

$name = 'မေသရဖီ';
MMName::convertToEn($name);

Convert to Myanmar Name

$name = 'May Tharaphi'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: သန္တာ + ဥ + ီ + း

What happened?

Convert to Myan-glish Name
input: ဒေါ်သန္တာဦး
response result: Daw
expected result: Daw Thandar Oo

How to reproduce the bug

Convert to Myan-glish Name

$name = 'ဒေါ်သန္တာဦး';
MMName::convertToEn($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: Empty string when "တင်ဥက္ကာ" convert to EN

What happened?

Convert to EN
input: တင်ဥက္ကာမောင်
response result: Maung
expected result: Tin Oakkar Maung

How to reproduce the bug

$name = 'တင်ဥက္ကာမောင်';
MMName::convertToEn($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: Victor - ဗစ်တာခင်ညို <=> Victor Khin Nyo

What happened?

Convert to Myan-glish Name
input: ဗစ်တာခင်ညို
response result: Vic Tar Khin Nyo
expected result: Victor Khin Nyo

Convert to Myanmar Name
input: Victor Khin Nyo
response result: ခင်ညို
expected result: ဗစ်တာခင်ညို

How to reproduce the bug

Convert to Myan-glish Name

$name = 'ဗစ်တာခင်ညို';
MMName::convertToEn($name);

Convert to Myanmar Name

$name = 'Victor Khin Nyo'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

[Bug]: Empty string when "April" convert to MM

What happened?

Convert to Myanmar Name
input: Daw April
response result: ဒေါ်
expected result: ဒေါ်ဧပြီ

How to reproduce the bug

Convert to Myanmar Name

$name = 'Daw April'
MMName::convertToMm($name);

Package Version

1.x

PHP Version

8.2

Laravel Version

10.x

Which operating systems does with happen with?

macOS

Notes

No response

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.