Changed language display on client to Indonesia/Indonesian

This commit is contained in:
2017-09-08 14:51:16 +07:00
parent 7edda5c225
commit 29cfda5ba0
11 changed files with 43 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
{% extends "base.html" %}
{% block title %}Edit Pengumuman{% endblock %}
{% block title %}Ubah Pengumuman{% endblock %}
{% block body %}
<form method="post">
@@ -57,7 +57,7 @@
<label>Diubah pada: </label>
<span>
{% if post.edited_at is empty %}
Tidak pernah
-
{% else %}
{{ post.edited_at }}
{% endif %}
@@ -105,7 +105,7 @@
disabled
{% endif %}
>
Edit
Ubah
</button>
</form>
@@ -119,7 +119,7 @@
<!-- Token -->
<input type="hidden" name="_token" value="{{ token }}">
<button type="submit">Nonaktif</button>
<button type="submit">Nonaktifkan</button>
</form>
{% endif %}
{% endblock %}