Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/e0c735763619365fc6ba01807a2c35db70557453 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed language missing on mac. Issue 1328

preferencesAboutTextFull
Claudio Valerio 13 years ago
parent e1d49f4ee1
commit e0c7357636
  1. 12
      Sankore_3.1.pro

@ -335,16 +335,16 @@ macx {
QMAKE_BUNDLE_DATA += TRANSLATION_tr
}
exists(resources/i18n/sankore_cs.qm) {
translation_cs.files = resources/i18n/sankore_cs.qm \
TRANSLATION_cs.files = resources/i18n/sankore_cs.qm \
resources/i18n/localizable.strings
translation_cs.path = "$$resources_dir/cs.lproj"
qmake_bundle_data += translation_cs
TRANSLATION_cs.path = "$$RESOURCES_DIR/cs.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_cs
}
exists(resources/i18n/sankore_mg.qm) {
translation_mg.files = resources/i18n/sankore_mg.qm \
TRANSLATION_mg.files = resources/i18n/sankore_mg.qm \
resources/i18n/localizable.strings
translation_mg.path = "$$resources_dir/mg.lproj"
qmake_bundle_data += translation_mg
TRANSLATION_mg.path = "$$RESOURCES_DIR/mg.lproj"
QMAKE_BUNDLE_DATA += TRANSLATION_mg
}
QMAKE_BUNDLE_DATA += UB_ETC \

Loading…
Cancel
Save