mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 20:36:15 +02:00
Removed not longer localization strings
This commit is contained in:
parent
321a141978
commit
b0329d70ec
|
|
@ -12,12 +12,6 @@ msgstr ""
|
|||
"Language: en\n"
|
||||
"X-Domain: grocy/component_translations\n"
|
||||
|
||||
msgid "timeago_locale"
|
||||
msgstr ""
|
||||
|
||||
msgid "timeago_nan"
|
||||
msgstr ""
|
||||
|
||||
msgid "moment_locale"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@ Grocy.Components.BatteryCard.Refresh = function(batteryId)
|
|||
$('#batterycard-battery-edit-button').removeClass("disabled");
|
||||
$('#batterycard-battery-journal-button').removeClass("disabled");
|
||||
|
||||
EmptyElementWhenMatches('#batterycard-battery-last-charged-timeago', __t('timeago_nan'));
|
||||
RefreshContextualTimeago(".batterycard");
|
||||
},
|
||||
function(xhr)
|
||||
|
|
|
|||
|
|
@ -25,7 +25,6 @@ Grocy.Components.ChoreCard.Refresh = function(choreId)
|
|||
$("#chorecard-chore-last-tracked-timeago").removeClass("timeago-date-only");
|
||||
}
|
||||
|
||||
EmptyElementWhenMatches('#chorecard-chore-last-tracked-timeago', __t('timeago_nan'));
|
||||
RefreshContextualTimeago(".chorecard");
|
||||
},
|
||||
function(xhr)
|
||||
|
|
|
|||
|
|
@ -270,7 +270,6 @@ Grocy.Components.DateTimePicker.GetInputElement().on('keyup', function(e)
|
|||
Grocy.Components.DateTimePicker.GetInputElement().on('input', function(e)
|
||||
{
|
||||
$('#datetimepicker-timeago').attr("datetime", Grocy.Components.DateTimePicker.GetValue());
|
||||
EmptyElementWhenMatches('#datetimepicker-timeago', __t('timeago_nan'));
|
||||
RefreshContextualTimeago(".datetimepicker-wrapper");
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -270,7 +270,6 @@ Grocy.Components.DateTimePicker2.GetInputElement().on('keyup', function(e)
|
|||
Grocy.Components.DateTimePicker2.GetInputElement().on('input', function(e)
|
||||
{
|
||||
$('#datetimepicker2-timeago').attr("datetime", Grocy.Components.DateTimePicker2.GetValue());
|
||||
EmptyElementWhenMatches('#datetimepicker2-timeago', __t('timeago_nan'));
|
||||
RefreshContextualTimeago(".datetimepicker2-wrapper");
|
||||
});
|
||||
|
||||
|
|
|
|||
|
|
@ -110,8 +110,6 @@ Grocy.Components.ProductCard.Refresh = function(productId)
|
|||
$("#productcard-product-picture").addClass("d-none");
|
||||
}
|
||||
|
||||
EmptyElementWhenMatches('#productcard-product-last-purchased-timeago', __t('timeago_nan'));
|
||||
EmptyElementWhenMatches('#productcard-product-last-used-timeago', __t('timeago_nan'));
|
||||
RefreshContextualTimeago(".productcard");
|
||||
},
|
||||
function(xhr)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user