openstax / oer.exports

Converter to various book formats (PDF, epub, mobi)
2 stars 0 forks source link

Fix all strings being overwritten with English version in Polish University Physics #4068

Open aiwenar opened 3 years ago

aiwenar commented 3 years ago

In e203c4574af6593ef00d267cd56383e4c2d1a85c the following was added to css/refactor/uni-physics.less

@import url('l10n/en.less');

#l10n {
  .content-string(key-concepts; page-title) { content: "Summary"; }
}

Since the Polish translation of University Physics is also based on this file it is now importing both refactor/l10n/pl.less and refactor/l10n/en.less, in this order, which resulted in all strings being emitted in English. This PR solves this problem by moving the override to css/ccap-university-physics.less.