I am currently having a surreal system administration experience: I am the sysadmin for a Wiki project in Chinese. I do not read, write, or speak Chinese and the Wiki is intended for use by the local Chinese community and is thus localized in Chinese. This has been the strangest thing for me. When I login to the software, I cannot even read the menus, and there are so many decisions that would normally be trivial that are now strange and difficult.
The project is to catalogue my local public library’s collection of Chinese books in a wiki. The library doesn’t catalogue the foreign language books (probably because it cannot). I am using MediaWiki (same software used for Wikipedia) which already has localization for many languages including at least 5 Chinese options.
One significant problem is trying to choose the right localization. So far, no one I know who actually speaks Mandarin Chinese can tell me what pros and cons there might be to picking one over the other. As a sysadmin, normally it would be my job to tell people what the pros and cons of one technical choice over another are. In this case I feel like I’m in an alternate reality. I am the right person for this job, but also completely unqualified!
MediaWiki seems to be the right choice for this project, not only because of its open editing, version tracking, and simple-but-effective content markup system, but also because it natively understands what an ISBN is. MediaWiki scans any text entered for strings that start with “ISBN” and end with a number and some dashes. If it sees such a string, it turns that into a link to its own internal system for linking to places that can give you more information about an ISBN. This is really good for a book-based library project.
I intend to write another component to magically identify book’s barcodes in the same way it does ISBN numbers, so that we can automatically link to the library’s catalogue. Thus someone can have one click access to putting a hold on an item.
Stranger than all of these other things, is that is a project I created. Normally, I would be writing up all kinds of “about” pages and help for the users. I suppose I will do that in English, but I always hesitate because it is, after all, supposed to be in Chinese. I just hope my translator is good!