Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
libretro-handy
Commits
fc5c02e9
Unverified
Commit
fc5c02e9
authored
Jan 29, 2022
by
Michael Burgardt
Committed by
GitHub
Jan 29, 2022
Browse files
Enable Indonesian, Swedish and Ukrainian localisations (#98)
parent
d1de1c1b
Pipeline
#84748
passed with stages
in 8 minutes and 36 seconds
Changes
2
Pipelines
7
Hide whitespace changes
Inline
Side-by-side
libretro-common/include/libretro.h
View file @
fc5c02e9
...
...
@@ -283,6 +283,9 @@ enum retro_language
RETRO_LANGUAGE_HEBREW
=
21
,
RETRO_LANGUAGE_ASTURIAN
=
22
,
RETRO_LANGUAGE_FINNISH
=
23
,
RETRO_LANGUAGE_INDONESIAN
=
24
,
RETRO_LANGUAGE_SWEDISH
=
25
,
RETRO_LANGUAGE_UKRAINIAN
=
26
,
RETRO_LANGUAGE_LAST
,
/* Ensure sizeof(enum) == sizeof(int) */
...
...
@@ -3461,6 +3464,10 @@ struct retro_core_option_definition
const
char
*
default_value
;
};
#ifdef __PS3__
#undef local
#endif
struct
retro_core_options_intl
{
/* Pointer to an array of retro_core_option_definition structs
...
...
libretro/libretro_core_options.h
View file @
fc5c02e9
...
...
@@ -164,11 +164,14 @@ struct retro_core_options_v2 *options_intl[RETRO_LANGUAGE_LAST] = {
&
options_ar
,
/* RETRO_LANGUAGE_ARABIC */
&
options_el
,
/* RETRO_LANGUAGE_GREEK */
&
options_tr
,
/* RETRO_LANGUAGE_TURKISH */
&
options_s
v
,
/* RETRO_LANGUAGE_SLOVAK */
&
options_s
k
,
/* RETRO_LANGUAGE_SLOVAK */
&
options_fa
,
/* RETRO_LANGUAGE_PERSIAN */
&
options_he
,
/* RETRO_LANGUAGE_HEBREW */
&
options_ast
,
/* RETRO_LANGUAGE_ASTURIAN */
&
options_fi
,
/* RETRO_LANGUAGE_FINNISH */
&
options_id
,
/* RETRO_LANGUAGE_INDONESIAN */
&
options_sv
,
/* RETRO_LANGUAGE_SWEDISH */
&
options_uk
,
/* RETRO_LANGUAGE_UKRAINIAN */
};
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment