mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-12 21:46:39 +00:00
7c2d16714c
These files will be modified to slowly add features from the nxdumptool rewrite codebase. This commit effectively makes it impossible to build the previous PoC. The code from each PoC will be reused, though, so it hasn't been removed.
13 lines
243 B
JSON
13 lines
243 B
JSON
{
|
|
"open": "Ouvrir une popup",
|
|
|
|
"red": "Rouge",
|
|
"green": "Vert",
|
|
"blue": "Bleu",
|
|
|
|
"title": "Titre de la popup",
|
|
"subtitle": {
|
|
"left": "Sous-titre gauche",
|
|
"right": "Sous-titre right"
|
|
}
|
|
}
|