mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-17 06:19:48 +02:00
feat(frontend): add pull to refresh for iOS PWA
This commit is contained in:
6
app/templates/includes/scripts/pull_to_refresh_i18n.html
Normal file
6
app/templates/includes/scripts/pull_to_refresh_i18n.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% load i18n %}
|
||||
<span id="ptr-i18n"
|
||||
class="hidden"
|
||||
data-pull="{% translate 'Pull down to refresh' %}"
|
||||
data-release="{% translate 'Release to refresh' %}"
|
||||
data-refreshing="{% translate 'Refreshing' %}"></span>
|
||||
Reference in New Issue
Block a user