The Wayback Machine - https://web.archive.org/web/20210104093109/https://github.com/topics/wiki
Skip to content
#

wiki

Here are 1,881 public repositories matching this topic...

moisesbr-dw
moisesbr-dw commented Nov 13, 2020

Recently new translations were added for ckb (Sorani or Central Kurdish) and nan (Southern Min or Minnan). These codes are present in ISO 639-3, but I don't know whether the Dokuwiki translation system really verifies them. I guess there is no verification, because Nias language was added as id-ni instead of nia (see #3252).

Could you please give some tips about where a translator infor

rminnich
rminnich commented Jan 1, 2021

All dev*.c files should have these two functions
static char *
devname(void)
{
return devtab.name;
}

static int
devdc(void)
{
return devtab.dc;
}

That way, we avoid problems like the recent breakage with devregress.c where in the devtab we used 'R' but in the attach we use 'Z', which collided with devacpi

Good beginner issue. It might be a simple awk/sed script. F

Improve this page

Add a description, image, and links to the wiki topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wiki topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.