pikelang / Pike

Pike is a dynamic programming language with a syntax similar to Java and C. It is simple to learn, does not require long compilation passes and has powerful built-in data types allowing simple and really fast data manipulation.
http://pike.lysator.liu.se/
Other
194 stars 34 forks source link

Calendar.pmod/Language.pmod class cCATALAN misspelling from decembre to desembre #16

Closed davidtapia closed 5 years ago

davidtapia commented 5 years ago

protected private constant month_names= ({ "gener", "febrer", "març", "abril", "maig", "juny", "juliol", "agost", "setembre", "octubre", "novembre", "desembre", });

PeterBortas commented 5 years ago

Fixed in 8.1 and 8.0, thanks for the report!

The next stable release containing this fix will probably go out around the new year.