|
|
| Line 1: |
Line 1: |
| {{See also|Language support}}
| | #REDIRECT [[Language_portal]] |
| | |
| The text '''strings''' displayed in Kodi's user interface have been completely internationalized using the GNU Gettext format and can be found in the [[Language support#What is strings.po|strings.po]] file at <code>addons/resource.language.en_gb/resources</code> in the [[Git usage|main Kodi Git repository]]. Using that file the entire application can be translated (a process formally known as ''localization'', or ''l10n'' for short) to any language whose graphemes are available within Unicode.
| |
| | |
| == External links ==
| |
| * [https://github.com/xbmc/xbmc/blob/master/addons/resource.language.en_gb/resources/strings.po Current strings.po file in Kodi main repository]
| |
| | |
| | |
| [[Category:Development]]
| |
| [[Category:Skin_development]]
| |
| [[Category:Add-on_development]] | |