diff options
| author | inyourwalls <inyourwalls@tutanota.com> | 2024-01-29 00:20:23 -0500 |
|---|---|---|
| committer | inyourwalls <inyourwalls@tutanota.com> | 2024-01-29 00:20:23 -0500 |
| commit | a8e9e6c26c598a0f967f1aaaf5e831b22a4b4d9e (patch) | |
| tree | 65f72e73b792e53243e208911f5938cd9e41a8ec | |
| parent | 3f596f5f02bb9dc34e644a04d1d21ba703a0ad1f (diff) | |
add en_ca localisation (hugely important)
| -rw-r--r-- | src/main/resources/assets/frank/lang/en_ca.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/resources/assets/frank/lang/en_ca.json b/src/main/resources/assets/frank/lang/en_ca.json new file mode 100644 index 0000000..07f9fda --- /dev/null +++ b/src/main/resources/assets/frank/lang/en_ca.json @@ -0,0 +1,4 @@ +{ + "ui.frank.config.text_colour": "Text Colour", + "ui.frank.config.text_colour.tooltip": "Hexadecimal RGB value for the text colour." +} |
