Time |
Nick |
Message |
00:03 |
SoylentCow |
GreenXenith we are gonna have celeron shout at us again, but for what it's worth, minetest-the-engine does not have any "gameplay" at all, and is not really a video-game, so some semantic compromises were made |
00:03 |
SoylentCow |
for sam's sake, 9let's discuss this article somewhere else |
00:07 |
|
Pie-jacker875 joined #minetest |
00:09 |
MTDiscord |
<GreenXenith> What, did he yell at someone before? x) |
00:09 |
MTDiscord |
<GreenXenith> That is fair though |
00:53 |
MTDiscord |
<Ronoaldo> http://wiki.minetest.com/wiki/Player |
00:53 |
MTDiscord |
<Ronoaldo> Well, never knew about the origin of Sam name. |
00:55 |
MTDiscord |
<GreenXenith> Ah, that's where its from. Unfortunately 1st party :p |
00:56 |
MTDiscord |
<GreenXenith> thats where it could be cited* |
00:57 |
MTDiscord |
</g/> >Lore on mtg |
00:58 |
MTDiscord |
<GreenXenith> >last modified 2013 |
00:59 |
MTDiscord |
<GreenXenith> >currently no third person mode |
00:59 |
MTDiscord |
<GreenXenith> lol |
00:59 |
MTDiscord |
</g/> :hyperXD: |
00:59 |
MTDiscord |
<GreenXenith> oh wait it is technically not first party |
00:59 |
MTDiscord |
<GreenXenith> since minetest.com isnt owned by c55 at the moment |
01:00 |
MTDiscord |
</g/> lol |
01:03 |
|
randomgry joined #minetest |
01:11 |
|
Lunatrius joined #minetest |
01:15 |
|
Lunatrius joined #minetest |
02:07 |
|
Conradish006 joined #minetest |
03:31 |
|
Conradish006 joined #minetest |
04:01 |
|
Taoki joined #minetest |
04:42 |
|
Hawk777 joined #minetest |
05:00 |
|
MTDiscord joined #minetest |
05:59 |
|
Conradish006 joined #minetest |
06:06 |
|
Flabb joined #minetest |
06:34 |
|
Conradish006 joined #minetest |
06:37 |
|
nly joined #minetest |
07:04 |
|
scr267 joined #minetest |
07:06 |
|
nly left #minetest |
08:00 |
|
ShadowNinja joined #minetest |
08:09 |
|
FeXoR joined #minetest |
08:38 |
|
Conradish006 joined #minetest |
08:44 |
|
submariner joined #minetest |
08:48 |
|
Flabb joined #minetest |
08:51 |
|
nuala joined #minetest |
08:55 |
|
submariner joined #minetest |
09:00 |
|
submariner joined #minetest |
09:31 |
|
Conradish006 joined #minetest |
09:34 |
|
[Pokey] joined #minetest |
09:42 |
|
erstazi joined #minetest |
09:44 |
|
Elouin joined #minetest |
09:51 |
|
calcul0n_ joined #minetest |
10:08 |
|
Routower joined #minetest |
10:15 |
|
v32itas joined #minetest |
10:32 |
|
Conradish006 joined #minetest |
11:00 |
|
SwissalpS joined #minetest |
11:14 |
MinetestBot |
[git] SmallJoker -> minetest/minetest: Settings: Push groups in to_table as well 3a2f55b https://git.io/Jtpnj (2021-03-01T11:14:41Z) |
11:15 |
MinetestBot |
[git] EliasFleckenstein03 -> minetest/minetest: Make pkgmgr handle modpacks containing modpacks properly c401a06 https://git.io/Jtpce (2021-03-01T11:13:47Z) |
11:15 |
MinetestBot |
[git] rubenwardy -> minetest/minetest: Disable clang-format, clean up scripts ccdaf5d https://git.io/Jtpcv (2021-03-01T11:12:52Z) |
11:25 |
|
Peppy joined #minetest |
11:28 |
|
YuGiOhJCJ joined #minetest |
11:29 |
|
v32itas joined #minetest |
11:37 |
|
adfeno joined #minetest |
11:38 |
adfeno |
sfan5, rubenwardy: Re: translation: found the issue, indeed it was my setup. I forgot to include some paths containing locale definitions to LOCPATH. |
11:38 |
|
Conradish006 joined #minetest |
11:41 |
adfeno |
Sorry, not locale definitions, but locale memory objects (.MO) files, for which one had Minetest's. |
11:42 |
adfeno |
I wish Minetest used gettext format for mod localization, this would allow merging intllib into the code base. Although I don't know if it would be doable, so this is just a random thought. |
11:43 |
rubenwardy |
there's a PR for that |
11:44 |
rubenwardy |
https://github.com/minetest/minetest/pull/10451 |
11:44 |
sfan5 |
not sure what that has to do with intltlib though |
11:44 |
rubenwardy |
just needs testing |
11:44 |
sfan5 |
intllib* |
11:44 |
adfeno |
Besides, Gettext has support for fuzzy marks, compendia (automated translation of messages based on a common .PO file with all possible terms). |
11:44 |
rubenwardy |
intllib used the gettext format, meaning you can copy from one to another |
11:44 |
adfeno |
and Gettext also has numerous graphical user interface editors for the .po files. |
11:44 |
rubenwardy |
like weblate |
11:46 |
adfeno |
sfan5: ^ see rubenwardy's message |
11:47 |
sfan5 |
ah I see |
11:51 |
adfeno |
Re: compendia/compendium: for example, GNU Union (the software behind the translation mechanism of GNU.org) supports that file, when a new page in an original language gets created or updated, the compendia/compendium can be used to make a .PO file out of the original. Such .PO can be tested further as usual. |
11:52 |
|
Fixer joined #minetest |
11:56 |
|
calcul0n__ joined #minetest |
11:58 |
adfeno |
Also, it would contribute to solve part of https://github.com/minetest/minetest/issues/6503 |
12:00 |
sfan5 |
I don't think so, the PR doesn't replace the translation system with gettext it only adds parsing for .po files |
12:01 |
adfeno |
(in regards to the possiblity that the mod maintainers could, say, especify pt_BR.UTF-8 as a symbolic link (or any similar link) to C.UTF-8 or vice-versa. |
12:04 |
adfeno |
If I'm not mistaken, C.UTF-8 (or just C) is used is used if no translated string is found for a given original string, for each language the client/user prefers/expressed in $LANGUAGE (colon-separated list of languages understood, without character set). |
12:07 |
sfan5 |
gettext might do that but it's not what the PR adds |
12:38 |
MinetestBot |
[git] srifqi -> minetest/minetest: Use vec4 for varTexCoord in interlaced shader (#11004) 1abb83b https://git.io/Jtp8N (2021-03-01T12:37:32Z) |
12:40 |
|
adfeno joined #minetest |
12:44 |
|
alex-resist joined #minetest |
12:44 |
adfeno |
All in all, for my locale issue, I forgot that all Guix-installed packages use GUIX_LOCPATH instead of LOCPATH, and while I did follow the advice from Guix's info document telling us to do `export GUIX_LOCPATH=$HOME/.guix-profile/lib/locale`, the package I was testing (Minetest) stored locales uder …/share/locale. |
12:54 |
adfeno |
Guix-installed packages use GUIX_LOCPATH because it is through this variable that Guix knows that it must sufix each with corresponding glibc-locales version that given package depends on, only then the path is passed to the program. This is done to avoid errors if given package isn't compatible with some version of glibc-locales. |
13:02 |
|
qj joined #minetest |
13:18 |
|
haska joined #minetest |
13:19 |
haska |
Players, what do you think about built-in password&nickname manager for servers? |
13:23 |
adfeno |
Actually, rephrasing my last message: that version sufix only applies to libc itself, it doesn't seem to apply to individual packages. |
13:24 |
adfeno |
But GUIX_LOCPATH is equally important to be set to point to locales of such packages anyways. |
13:24 |
adfeno |
So the issue was indeed lack of information (not from Minetest). |
13:31 |
|
alex-resist_ joined #minetest |
13:35 |
|
Conradish006 joined #minetest |
14:07 |
|
Rafi59 joined #minetest |
14:11 |
|
Rafi59 joined #minetest |
14:29 |
|
kamdard joined #minetest |
14:30 |
|
Wuzzy joined #minetest |
14:34 |
|
adfeno left #minetest |
14:59 |
|
MadScientist joined #minetest |
15:12 |
|
awell joined #minetest |
15:16 |
|
tech_exorcist joined #minetest |
15:19 |
|
tech_exorcist joined #minetest |
15:22 |
|
craigger joined #minetest |
15:38 |
|
Sven_vB joined #minetest |
15:55 |
[Pokey] |
Hey hey, I'm having trouble activating my forum account, I keep getting a gateway timeout |
15:58 |
[Pokey] |
Nevermind, it finally went through |
16:01 |
|
Flabb joined #minetest |
16:04 |
|
SwissalpS joined #minetest |
16:07 |
MTDiscord |
<Jonathon> 502 or a 504? thats normal, get used to it |
16:13 |
|
majochup joined #minetest |
16:16 |
sfan5 |
certainly not normal but the forum sometimes has load problems |
16:19 |
|
Hawk777 joined #minetest |
16:21 |
[Pokey] |
Aha |
16:21 |
[Pokey] |
as long as thats known its fine |
16:21 |
[Pokey] |
If it wasn't I'd be worrieds |
16:22 |
MTDiscord |
<Jonathon> its gotten a lot better since a few months? ago when c55 kicked the bots and did upgrades |
16:43 |
|
submariner joined #minetest |
17:04 |
|
Jhalman joined #minetest |
17:54 |
|
Talkless joined #minetest |
18:08 |
|
Pie-jacker875 joined #minetest |
18:25 |
|
Jhalman joined #minetest |
19:32 |
|
homthack joined #minetest |
19:59 |
|
Jhalman joined #minetest |
20:29 |
|
BuckarooBanzai joined #minetest |
20:57 |
|
jess joined #minetest |
21:06 |
|
qjq joined #minetest |
21:08 |
|
tech_exorcist joined #minetest |
21:42 |
|
gry joined #minetest |
21:45 |
|
Gustavo6046 joined #minetest |
21:48 |
|
gry joined #minetest |
22:17 |
|
qj joined #minetest |
22:33 |
|
delta23 joined #minetest |
22:36 |
|
qj joined #minetest |
22:42 |
|
Gustavo6046 joined #minetest |
22:49 |
|
kevr` joined #minetest |
22:49 |
|
Seirdy joined #minetest |
23:36 |
|
alex-resist joined #minetest |
23:38 |
|
Seirdy joined #minetest |
23:40 |
|
Seirdy joined #minetest |