Numworks Epsilon
1.4.1
Graphing Calculator Operating System
i18n.cpp
Go to the documentation of this file.
1
#include <
escher/i18n.h
>
2
3
namespace
I18n
{
4
5
const
char
*
translate
(Message m, Language l) {
6
return
nullptr
;
7
}
8
9
int
numberOfLanguages
() {
10
return
0;
11
}
12
13
}
14
I18n
Definition:
i18n.h:6
I18n::translate
enum Message uint16_t enum Language uint16_t const char * translate(Message m, Language l=(Language) 0)
Definition:
i18n.cpp:5
I18n::numberOfLanguages
int numberOfLanguages()
Definition:
i18n.cpp:9
i18n.h
epsilon
quiz
src
i18n.cpp
Generated by
1.8.14