Skip to content

Add translations using datapacks

Cat Core edited this page Aug 28, 2020 · 1 revision

Translation files path must looks this data/<namespace>/lang/<language code>.json

File content must looks like this:

{
   "text.this.is_an.example.key":"This is an example value",
   "text.this.is_an.example.key.second":"This is a second example value"
}
Clone this wiki locally