mirror of
https://github.com/wassname/talk.git
synced 2026-07-03 15:45:32 +08:00
rename translations file to json
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
export default {
|
||||
en: {
|
||||
permalink: {
|
||||
permalink: 'Permalink'
|
||||
}
|
||||
},
|
||||
es: {
|
||||
permalink: {
|
||||
permalink: 'Enlace permanente'
|
||||
}
|
||||
}
|
||||
};
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"en": {
|
||||
"permalink": {
|
||||
"permalink": "Permalink"
|
||||
}
|
||||
},
|
||||
"es": {
|
||||
"permalink": {
|
||||
"permalink": "Enlace permanente"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user