1
0
Fork 0
mirror of https://github.com/24eme/signaturepdf synced 2024-05-21 15:16:37 +02:00

rtl everywhere

This commit is contained in:
Vincent LAURENT 2023-09-22 17:19:54 +02:00
parent 753c2ba85f
commit 0b0a452577
8 changed files with 20 additions and 8 deletions

View file

@ -15,7 +15,7 @@ test: node_modules/jest/bin/jest.js node_modules/puppeteer
update_trad:
# Extraction des phrases traductibles...
@xgettext --from-code=utf-8 --output=./locale/application.pot templates/*.php templates/components/*.php
@xgettext --from-code=utf-8 --output=./locale/application.pot *.php templates/*.php templates/components/*.php
# Mise a jour des fichiers .po...
@for lang in $$(find locale -mindepth 1 -maxdepth 1 -type d); do \

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-22 17:00+0200\n"
"POT-Creation-Date: 2023-09-22 17:16+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -17,6 +17,10 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: app.php:59
msgid "en"
msgstr ""
#: templates/compress.html.php:13
msgid "Compress PDF"
msgstr ""

View file

@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-22 17:00+0200\n"
"POT-Creation-Date: 2023-09-22 17:16+0200\n"
"PO-Revision-Date: 2023-09-20 16:01+0000\n"
"Last-Translator: ButterflyOfFire <boffire@users.noreply.hosted.weblate.org>\n"
"Language-Team: Arabic <https://hosted.weblate.org/projects/signature-pdf/"
@ -20,6 +20,10 @@ msgstr ""
"&& n%100<=10 ? 3 : n%100>=11 ? 4 : 5;\n"
"X-Generator: Weblate 5.1-dev\n"
#: app.php:59
msgid "en"
msgstr "ar"
#: templates/compress.html.php:13
msgid "Compress PDF"
msgstr ""

View file

@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-09-22 17:00+0200\n"
"POT-Creation-Date: 2023-09-22 17:16+0200\n"
"PO-Revision-Date: 2023-09-07 13:19+0000\n"
"Last-Translator: 24ème <equipe@24eme.fr>\n"
"Language-Team: French <https://hosted.weblate.org/projects/signature-pdf/"
@ -20,6 +20,10 @@ msgstr ""
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.0.1-dev\n"
#: app.php:59
msgid "en"
msgstr "fr"
#: templates/compress.html.php:13
msgid "Compress PDF"
msgstr "Compresser un PDF"

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="<?php echo $LANGUAGE ?>"<?php if($LANGUAGE == 'ar'): ?> dir="ltr" style="direction: ltr;"<?php endif;?>>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>"<?php if($TRANSLATION_LANGUAGE == 'ar'): ?> dir="rtl" style="direction: rtl;"<?php endif;?>>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="<?php echo $LANGUAGE ?>"<?php if($LANGUAGE == 'ar'): ?> dir="ltr" style="direction: ltr;"<?php endif;?>>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>"<?php if($TRANSLATION_LANGUAGE == 'ar'): ?> dir="rtl" style="direction: rtl;"<?php endif;?>>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="<?php echo $LANGUAGE ?>"<?php if($LANGUAGE == 'ar'): ?> dir="ltr" style="direction: ltr;"<?php endif;?>>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>"<?php if($TRANSLATION_LANGUAGE == 'ar'): ?> dir="rtl" style="direction: rtl;"<?php endif;?>>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">

View file

@ -1,5 +1,5 @@
<!doctype html>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>"<?php if($TRANSLATION_LANGUAGE == 'ar'): ?> dir="ltr" style="direction: ltr;"<?php endif;?>>
<html lang="<?php echo $TRANSLATION_LANGUAGE ?>"<?php if($TRANSLATION_LANGUAGE == 'ar'): ?> dir="rtl" style="direction: rtl;"<?php endif;?>>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">