2
0
mirror of https://github.com/frappe/books.git synced 2024-11-09 23:30:56 +00:00

Commented non present languages

This commit is contained in:
Maël Chouteau 2022-08-28 10:15:51 -05:00 committed by GitHub
parent e23f788331
commit 960a4d3f95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,11 @@ export function getCOAList() {
{ countryCode: 'ni', name: 'Nicaragua - Catalogo de Cuentas' },
{ countryCode: 'nl', name: 'Netherlands - Grootboekschema' },
{ countryCode: 'sg', name: 'Singapore - Chart of Accounts' },
{ countryCode: 'th', name: 'Thailand - Chart of Accounts' },
{ countryCode: 'fr', name: 'France - Plan comptable' },
/* { countryCode: 'th', name: 'Thailand - Chart of Accounts' },
{ countryCode: 'us', name: 'United States - Chart of Accounts' },
{ countryCode: 've', name: 'Venezuela - Plan de Cuentas' },
{ countryCode: 'za', name: 'South Africa - Chart of Accounts' },
{ countryCode: 'fr', name: 'France - Plan comptable' },
{ countryCode: 'de', name: 'Germany - Kontenplan' },
{ countryCode: 'it', name: 'Italy - Piano dei Conti' },
{ countryCode: 'es', name: 'Spain - Plan de Cuentas' },
@ -35,7 +35,7 @@ export function getCOAList() {
{ countryCode: 'ru', name: 'Russia - Chart of Accounts' },
{ countryCode: 'se', name: 'Sweden - Kontoplan' },
{ countryCode: 'ch', name: 'Switzerland - Kontenplan' },
{ countryCode: 'tr', name: 'Turkey - Chart of Accounts' },
{ countryCode: 'tr', name: 'Turkey - Chart of Accounts' },*/
];
}