Topic: English translation thread
GunChleoc |
Posted at: 2014-10-31, 12:38
How would you distinguish then between a building needing either fish or meat, or the building needing both fish and meat? Busy indexing nil values Top Quote |
DragonAtma Topic Opener |
Posted at: 2014-11-01, 00:43
English is a weird language. England started with celtic inhabitants, it was conquered by the roman empire, then recieved immigrants from germany, it was conquered by William the Conqueror of the french, and eventually absorbed a whole bunch of words from multiple languages. As a result, the english language has a whole bunch of quirks and influences in it, hence this discussion.
Top Quote |
GunChleoc |
Posted at: 2014-11-01, 09:24
This might work with "both", but what about if it's three or four different wares? We need something that doesn't depend on the number of ware types. The logic also doesn't know what the ware types are called either, so we can't reduce the case to just fish or meat. Maybe we can change "fish or meat are missing" to "there is neither fish nor meat", but I'd have to look at the code again to see if we can make this work. At the moment, the "fish or meat" part doesn't know what's happening with the rest of the sentence. BTW we also can have cases like "3x fish or 2x meat are missing" BTW the code is in Edited: 2014-11-01, 09:25
Busy indexing nil values Top Quote |
DragonAtma Topic Opener |
Posted at: 2014-11-01, 12:56
Okay, if we're going to be thorough, then let me take a crack at it. It'd probably be best to list each problem on a specific line. For example:
Top Quote |
GunChleoc |
Posted at: 2014-11-01, 19:20
The first things that spring to mind is that it should be six loaves of bread and three cheeses, but that's something we can't do at the moment due to how the programming works. I will certainly use you suggestions as inspiration to have another look at this sometime. There is some stuff that will have to happen under the hood first though. Busy indexing nil values Top Quote |
DragonAtma Topic Opener |
Posted at: 2014-11-01, 22:48
Yeah, "six loaves of bread" sounds better than "six bread" -- although if it's really six loaves of bread instead of six units of bread, it suggests that even the largest maps are smaller than most micronations. XD But for things like that, it'd probably be best to define it as [number] [prefix][ware]. Note the spacing; if we're going with individual items, then some items may not need a prefix. Many prefixes would be empty, and both prefixes and wares would need both a singular form (such as "loaf of ") and a plural form (such as "loaves of "), again, minding the spacing. EDIT: Still getting used to this board, sorry; I'll eventually remember that bbcode eats text in [brackets] and markdown sometimes has trouble keeping lines separate. Edited: 2014-11-02, 00:08
Top Quote |
GunChleoc |
Posted at: 2014-11-01, 23:23
As I said, we can't do that yet anyway, because this kind of stuff is defined in the conf files. We are planning to change them to Lua files though, and we may have some programming power after that to improve things. Busy indexing nil values Top Quote |
DragonAtma Topic Opener |
Posted at: 2014-11-02, 00:06
Ah, my apologies; I'm not that good at programming. Top Quote |
GunChleoc |
Posted at: 2014-11-02, 11:39
Don't apologize. Ideas are always good - I want these to be as good as they can be, within the limitations of what can actually be done. Since you're not a coder, you can't know what these limitations are. Busy indexing nil values Top Quote |
GunChleoc |
Posted at: 2014-11-04, 08:37
I noticed that we are using both "Building Spaces" and "Building Plots" for places where buildings can be built. We should always use the same term. I have no preference right now as to which term we pick, so I'm open to suggestions Busy indexing nil values Top Quote |