diff --git a/allianceauth/templates/bundles/moment-js.html b/allianceauth/templates/bundles/moment-js.html
index a094b4be..802411b9 100644
--- a/allianceauth/templates/bundles/moment-js.html
+++ b/allianceauth/templates/bundles/moment-js.html
@@ -1,7 +1,19 @@
+{% load i18n %}
+
+
{% if locale and LANGUAGE_CODE != 'en' %}
-
+ {% get_current_language as LANGUAGE_CODE %}
+ {% get_language_info for LANGUAGE_CODE as lang %}
+
+ {% if lang.code == 'zh-hans' %}
+
+
+ {% else %}
+
+
+ {% endif %}
{% endif %}