All Downloads are FREE. Search and download functionalities are using the official Maven repository.

th.company.conf Maven / Gradle / Ivy

The newest version!
include "name.conf"

company {
  suffixes =  ["จำกัด", "จำกัด (มหาชน)"]

  company-name-builder = {
    options = [
      {parts = [{type = "seq-string-part", prefix = "บริษัท ", value = ${name.first.names}, suffix = " "}, {type = "seq-string-part", value = ${company.suffixes}}]},
      {parts = [{type = "seq-string-part", prefix = "บริษัท ", value = ${name.first.names}}]}
    ]
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy