We can adjust nlocalizer for list of values and combine languages in a single json format.
Example of a list format is below:
[
{
"Key":"Monday",
"Values":{
"tr-TR":"Pazartesi",
"en-US":"Monday"
}
},
{
"Key":"Tuesday",
"Values":{
"tr-TR":"Salı",
"en-US":"Tuesday"
}
},
]
Thank you.