Hi, what king of tool can allow me to manage a text dataBase in Json or javascript ?
What the good practice and best way to manage this easily.
Example in javascript , it little hard to read and find a message text reference. !
I am open to any suggestion and different approach.
I thought I might be looking at Excel and with a JSON converter written in VBA maybe ?
class _texts{
constructor(localisation) {
localisation = localisation || 'frCa';
this.Conv_Q0I5a_0000 = {
frCa:[
],
enUS:[
],
frFR:[
],
ru:[
],
};
this.Conv_Q0I5a_0001 = {
frCa:[
],
enUS:[
],
frFR:[
],
ru:[
],
};
};
};