feat(i18n): Improve menu text and add Spanish translation (thanks @EmiSocks)

This feels like a not very scalable way of doing translations
This commit is contained in:
Ash Logan 2024-04-10 00:18:50 +10:00
commit 216942cb64
4 changed files with 149 additions and 15 deletions

12
src/utils/sysconfig.h Normal file
View file

@ -0,0 +1,12 @@
//
// Created by ash on 9/04/24.
//
#ifndef INKAY_SYSCONFIG_H
#define INKAY_SYSCONFIG_H
#include <nn/swkbd.h>
nn::swkbd::LanguageType get_system_language();
#endif //INKAY_SYSCONFIG_H