mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-18 11:37:02 +02:00
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:
parent
24596b1bff
commit
216942cb64
4 changed files with 149 additions and 15 deletions
12
src/utils/sysconfig.h
Normal file
12
src/utils/sysconfig.h
Normal 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
|
||||
Loading…
Reference in a new issue