🌐 Language update from LingoHub 🤖

Project Name: IPost
Project Link: https://translate.lingohub.com/ipost-dot-tk/dashboard/ipost
User: Florian Krottendorfer

Easy language translations with LingoHub 🚀
This commit is contained in:
Florian Krottendorfer
2022-09-28 18:32:27 +00:00
parent 8fe5a00164
commit 031a4f9f82
42 changed files with 1022 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
<!doctype html><html lang="" dir="ltr"><head><meta charset="utf-8"/>
<title>Postes</title>
</head>
<body> <div id="loading" class="status"><h1>Chargement...</h1> <br/> </div>
<div id="noaccount" style="display:none;" class="status">
<h1>Erreur</h1>
<h2></h2> <br/></div>
<div id="scriptonly" style="display:none;" ondrop="dropHandler(event)">
<div class="self"> <div class="files" id="filesDiv"></div>
</div>
<div class="channelTab" id="channelTab">
</div>
<div class="posts" id="posts">
</div>
</div><script async><%- loadfile("./js/posts.js") %></script></body>
</html>