Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39f42a2c authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

webmail lang fix

parent 0cba0b2c
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ RUN patch -u ${BASE_DIR}/apps/dav/lib/CalDAV/Reminder/ReminderService.php -i ${T
RUN patch -u ${BASE_DIR}/apps/theming/lib/Themes/CommonThemeTrait.php -i ${TMP_PATCH_DIR}/026-primary-color-fix.patch
RUN patch -u ${BASE_DIR}/lib/private/Preview/Watcher.php -i ${TMP_PATCH_DIR}/030-preview-watcher-null-check.patch
RUN patch -u ${BASE_DIR}/lib/private/Template/JSResourceLocator.php -i ${TMP_PATCH_DIR}/031-theme-custom-app-translations.patch
RUN patch -u ${BASE_DIR}/custom_apps/snappymail/lib/ControllerPageController.php -i ${TMP_PATCH_DIR}/032-snappy-language-fix.patch
RUN patch -u ${BASE_DIR}/custom_apps/snappymail/lib/Controller/PageController.php -i ${TMP_PATCH_DIR}/032-snappy-language-fix.patch

RUN rm -rf ${TMP_PATCH_DIR}