Changed language display on client to Indonesia/Indonesian
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user