Skip to content
#

multilingual

Here are 284 public repositories matching this topic...

jose1711
jose1711 commented Dec 30, 2018

Do you want to request a feature or report a bug?

Feature

Trivia

Some keyboards suck less, some not. If you're stuck with a standard keyboard instead of a GH controller you should be aware that some key combination does not play well together. On my notebook keyboard it's z + x + Enter (I changed F1 - F5 to z, x, c, v, b). Too bad I learned about it throughout the game pla

vim-doge
AlxHnr
AlxHnr commented Oct 26, 2019

Describe the bug

The following function has only one parameter named count. There should be no index parameter in the comment string:

/**
 * [TODO:description]
 *
 * @param count [TODO:description]
 * @param index [TODO:description]
 */
void TestClass::printTimes(size_t count) const
{
  for(size_t index = 0; index < count; index++)
  {
    std::cout << ">>> " << ind
bruecksen
bruecksen commented Apr 11, 2018

It would be nice to have an example in the documentation on how to query pages for specific languages or the current language. This is something you need to do for example to render the site menu. I did it like this in a function where you have the request context. Maybe there is a better way?

language = request.LANGUAGE_CODE
root_page = request.site.root_page
candidates = TranslatablePa
Loading…
You can’t perform that action at this time.