summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/ns/language.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-24Rework time service to fix time passing offline.Kelebek11-1/+1
2024-01-07service: set: Rename filesgerman771-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
2021-10-29ns: language: Add BrazilianPortuguese to ApplicationLanguageMorph1-1/+25
It seems that Nintendo finally filled that last empty spot in ApplicationLanguage for a total of 16 supported languages.
2021-07-30service: ns, set: Add PT_BR (Brazilian Portuguese)Morph1-0/+1
2021-07-27service: ns: Map ZH_TW and ZH_CN to Traditional/Simplified ChineseMorph1-0/+2
2019-05-23Address review commentsMichael Scire1-35/+36
2019-05-23clang-format fixesMichael Scire1-1/+2
2019-05-23Implement IApplicationFunctions::GetDesiredLanguageMichael Scire1-0/+390