Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/aad98a67259c1ef64c57c250a0b68e933fa299b8?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
2580 additions and
3 deletions
Sankore_3.1.pro
resources/i18n/sankore_bg.ts
@ -305,12 +305,18 @@ macx {
}
exists ( resources / i18n / sankore_sk . qm ) {
TRANSLATION_pt . files = resources / i18n / sankore_sk . qm \
TRANSLATION_sk . files = resources / i18n / sankore_sk . qm \
resources / i18n / Localizable . strings
TRANSLATION_pt . path = "$$RESOURCES_DIR/sk.lproj"
TRANSLATION_sk . path = "$$RESOURCES_DIR/sk.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_sk
}
exists ( resources / i18n / sankore_bg . qm ) {
TRANSLATION_bg . files = resources / i18n / sankore_bg . qm \
resources / i18n / Localizable . strings
TRANSLATION_bg . path = "$$RESOURCES_DIR/bg.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_bg
}
QMAKE_BUNDLE_DATA += UB_ETC \
UB_LIBRARY \
UB_FONTS \
@ -399,7 +405,8 @@ TRANSLATIONS = resources/i18n/sankore_en.ts \
resources / i18n / sankore_ar . ts \
resources / i18n / sankore_iw . ts \
resources / i18n / sankore_pt . ts \
resources / i18n / sankore_sk . ts
resources / i18n / sankore_sk . ts \
resources / i18n / sankore_bg . ts
INSTALLS = UB_ETC \
UB_I18N \
File diff suppressed because it is too large
Load Diff