We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Konstantin, thanks so much for this tool. I am currently using version "3.0".
I am adding some contact details, which work fine, except for the workPhone key, which adds the number as a cellPhone (not as a workPhone).
var testCard = { version: "3.0", lastName: "Moreira", middleName: "", firstName: "Manuel", organization: "GeneXus", workPhone: "312-555-1212444", title: "Sales Development Representative", workEmail: "[email protected]", workUrl: "www.genexus.com", };
As you can see in the image attached bellow, the workPhone gets saved as "Celular" which is "Cellphone" in spanish.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Konstantin, thanks so much for this tool.
I am currently using version "3.0".
I am adding some contact details, which work fine, except for the workPhone key, which adds the number as a cellPhone (not as a workPhone).
var testCard = { version: "3.0", lastName: "Moreira", middleName: "", firstName: "Manuel", organization: "GeneXus", workPhone: "312-555-1212444", title: "Sales Development Representative", workEmail: "[email protected]", workUrl: "www.genexus.com", };
As you can see in the image attached bellow, the workPhone gets saved as "Celular" which is "Cellphone" in spanish.
The text was updated successfully, but these errors were encountered: