Bitcoin Forum
May 30, 2024, 12:54:59 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Likely misspellings in source files?  (Read 573 times)
Cryddit (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1129


View Profile
April 18, 2015, 10:53:02 PM
 #1

The string 'bitconi' appears once in src/qt/locale/bitcoin_et.ts.

Similarly, the string 'bitcion' which appears twice in src/qt/locale/bitcoin_ar.ts.

A search on DuckDuckGo does not reveal these strings occurring elsewhere in Arabic or whatever-the-other-language-is, so I believe they are more likely to be misspellings than correct inflections.  But I do not know these languages to be sure.

Can we consult someone who actually speaks those languages for confirmation?

On a more certain note, we have 'Bitcon' appearing in English in doc/release-notes-0.6.3.md and 'bitcon' in Dutch in src/qt/locale/bitcoin_da.ts.  These latter two cases I am absolutely certain are misspellings.

gmaxwell
Moderator
Legendary
*
expert
Offline Offline

Activity: 4186
Merit: 8436



View Profile WWW
April 19, 2015, 02:56:29 AM
 #2

Where are you looking? git grep on a current checkout shows me no bitconi, though the bitcon (a dreadful mistake that I've made a number of times myself-- had a laptop with a lossy keyboard) is still in src/qt/locale/bitcoin_da.ts though not elsewhere.
Cryddit (OP)
Legendary
*
Offline Offline

Activity: 924
Merit: 1129


View Profile
April 19, 2015, 03:15:45 AM
 #3

I'm looking at the 'bitcoin_0.10(1).tar.gz' sources downloaded today.  I think the confusion is because I misreported the capitalization.  Correcting that below:  

grep bitcion src/qt/locale/* will pop up two occurrences in the file bitcoin_ar.ts.

grep Bitconi src/qt/locale/* will pop up one occurrence in the file bitcoin_et.ts

grep Bitcon src/qt/locale/* will pop up the occurrence  in bitcoin_da.ts as well as repeating the one about 'Bitconi' above.

grep Bitcon doc/release-notes/* will pop up the occurrence in release-notes-0.6.3.md.


Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!