armor or armour?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tangar
    Veteran
    • Mar 2015
    • 1004

    armor or armour?

    Angband guide got both variants - armor or armour:




    `Armor` is commonly used in USA, while `armour` in England (homeland of Tolkien).

    The charts below display the rate of usage of armor vs. armour in English books in the American and British English language communities, respectively:



    17
    Armor
    0%
    1
    Armour
    0%
    10
    both
    0%
    6
    https://tangaria.com - Angband multiplayer variant
    tangaria.com/variants - Angband variants table
    tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
    youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian
  • LordRotharoth
    Apprentice
    • Dec 2019
    • 58

    #2
    I'm from the US, and I say armour. Just because personally I think it's right.

    Comment

    • Nick
      Vanilla maintainer
      • Apr 2007
      • 9637

      #3
      It's actually been a conscious decision by the devs to allow both, because development of the game has been split between armor- and armour-speaking people. We even have this function:
      Code:
      /**
       * Small hack to allow both spellings of armer
       */
      char *de_armour(const char *name)
      {
      	char newname[40];
      	char *armour;
      
      	my_strcpy(newname, name, sizeof(newname));
      	armour = strstr(newname, "armour");
      	if (armour)
      		my_strcpy(armour + 4, "r", 2);
      
      	return string_make(newname);
      }
      One for the Dark Lord on his dark throne
      In the Land of Mordor where the Shadows lie.

      Comment

      • Sideways
        Knight
        • Nov 2008
        • 896

        #4
        Apparently the devs accept more than just two spellings
        The Complainer worries about the lack of activity here these days.

        Comment

        • Pete Mack
          Prophet
          • Apr 2007
          • 6883

          #5
          Lovely, lovely comment.

          Comment

          • Ingwe Ingweron
            Veteran
            • Jan 2009
            • 2129

            #6
            I live in the U.S. and this discussion reminds me of an incident way back in Honors English class in High School. Bill was an exchange student from England and the teacher, head of the English department and very old, read that as "senile", kept "correcting" Bill's English. Finally, he'd had enough, he lept out of his chair and said, "Woman! You have bastardized the English language!" and stormed out of the room. I loved it!!!
            “We're more of the love, blood, and rhetoric school. Well, we can do you blood and love without the rhetoric, and we can do you blood and rhetoric without the love, and we can do you all three concurrent or consecutive. But we can't give you love and rhetoric without the blood. Blood is compulsory. They're all blood, you see.”
            ― Tom Stoppard, Rosencrantz and Guildenstern are Dead

            Comment

            • wobbly
              Prophet
              • May 2012
              • 2631

              #7
              Clearly arma is correct. As in "gotta get me arma on"

              Comment

              • DavidMedley
                Veteran
                • Oct 2019
                • 1004

                #8
                Originally posted by Nick
                Code:
                char *de_armour(const char *name)
                {
                	char newname[40];
                	char *armour;
                
                	my_strcpy(newname, name, sizeof(newname));
                	armour = strstr(newname, "armour");
                	if (armour)
                		my_strcpy(armour + 4, "r", 2);
                
                	return string_make(newname);
                }
                I've never appreciated regular expressions more.
                Please like my indie game company on Facebook! https://www.facebook.com/RatherFunGames

                Comment

                • Carnivean
                  Knight
                  • Sep 2013
                  • 527

                  #9
                  Originally posted by Ingwe Ingweron
                  You have bastardized the English language!
                  I love the irony of you using a z there.

                  Comment

                  • Ed_47569
                    Adept
                    • Feb 2010
                    • 114

                    #10
                    Maybe have it as a birth option...

                    Seriously, I'm not worried either way. I see Angband as a great Anglo-American creation - Moria and uMoria were created in the US, and then became Angband at Warwick in the UK.

                    Comment

                    • tangar
                      Veteran
                      • Mar 2015
                      • 1004

                      #11
                      I got no problem with both variants.. It's just a bit strange to read the guide, one whole document with both variations it in. Maybe in the guide there should be choosen one variant, as mainly new players read it and they could be a bit confused by both (cause they won't get the humour, as most of newbies don't know much about Angband)... Imagine - new player (millennial, Z or even Alpha) get the game, opens a guide and see both variation It could confuse newbie? Or maybe it's just my boomer grumbling?
                      https://tangaria.com - Angband multiplayer variant
                      tangaria.com/variants - Angband variants table
                      tangar.info - my website ⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽⍽
                      youtube.com/GameGlaz — streams in English ⍽ youtube.com/StreamGuild — streams in Russian

                      Comment

                      • Voovus
                        Adept
                        • Feb 2018
                        • 158

                        #12
                        Part of the guide was translated from Quenya and part from Sindarin. There are bound to be discrepancies.

                        Comment

                        Working...
                        😀
                        😂
                        🥰
                        😘
                        🤢
                        😎
                        😞
                        😡
                        👍
                        👎