1
0
Fork 0
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:
Luke Pulverenti 2014-04-05 11:02:50 -04:00
parent ade4cbcd86
commit ba42cdde19
43 changed files with 259 additions and 351 deletions

View file

@ -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));
});
});