mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add latest translations
This commit is contained in:
parent
ade4cbcd86
commit
ba42cdde19
43 changed files with 259 additions and 351 deletions
|
@ -4,8 +4,11 @@
|
|||
|
||||
var page = this;
|
||||
|
||||
apiClient.getSystemInfo().done(function(info) {
|
||||
$('#appVersionNumber', page).html(info.Version);
|
||||
apiClient.getSystemInfo().done(function (info) {
|
||||
|
||||
var elem = $('#appVersionNumber', page);
|
||||
|
||||
elem.html(elem.html().replace('{0}', info.Version));
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue