Commit graph

91 commits

Author SHA1 Message Date
Bill Kendrick
5c7c1b6083 Remove lang_use_right_to_left_word stuff; it's unused
For https://sourceforge.net/p/tuxpaint/tasks/33/`
Next step: remove `textdir()` completely.
2024-06-02 22:29:55 -07:00
Bill Kendrick
93a8fd8815 Drop button_label_y_nudge; no longer needed (part 2)
Apparently `git push`-ed before I was done.  The rest of
https://sourceforge.net/p/tuxpaint/tuxpaint/ci/8db84be008a797f04b2d8557cb0c196c74da5059/
2024-06-02 11:09:05 -07:00
Bill Kendrick
cef773a694 Now REQUIRING SDL2_Pango; no NO_SDLPANGO option
Motivation - Without SDL2_Pango, languages like Japanese,
Arabic, and Thai do not render properly.  Currently, Debian
(and hence Ubuntu) do not have SDL2_Pango, so Tux Paint 0.9.28
is adversely affected.  Fedora DOES have SDL2_Pango, so works well.
This also allows us to delete a lot of ancient cruft code.

Closes https://sourceforge.net/p/tuxpaint/bugs/268/
h/t Pere

(INSTALL docs to be updated momentarily)
2023-04-30 16:10:29 -07:00
Bill Kendrick
18f9cad6fe Adding "indent.sh" to re-indent code; ran it!!! 2023-04-23 23:26:00 -07:00
Bill Kendrick
0517b4392c Update URL to https://tuxpaint.org/ everywhere
Also, add other social media accounts to list of places to
announce Tux Paint in RELEASE docs.

Also, list a ton more options missing from default example config file
"src/tuxpaint.conf"
2022-12-11 01:29:25 -08:00
Mark Kim
3849480fd4 Pango loads Tux Paint-supplied fonts on macOS.
Previously Pango loaded system-supplied fonts instead, which could lead
to fonts not rendering in a human-readable text.  This change fixes
https://sourceforge.net/p/tuxpaint/bugs/265/
2022-12-02 22:57:38 -05:00
Bill Kendrick
cc05925d9e Re-ran indent on all .c & .h source code files
Like so --
  find . -name "*.c" -or -name "*.h" -exec  indent -nbfda -npcs -npsl -bli0 --no-tabs {} \;

The `indent` invocation differs from the last one noted in
CHANGES.txt (from 2006!?), in that I've added "--no-tabs",
to ensure indents are all space-based.
2022-09-15 00:14:20 -07:00
Pere Pujal i Carabantes
f9db53fe19 Correcting Devaganari to Devanagari 2020-11-05 03:38:42 +01:00
Pere Pujal i Carabantes
f8179faa0f Adding Sardinian translation. 2020-10-29 20:43:30 +01:00
Bill Kendrick
42512a67b0 Don't use extern for num_wished_langs
WORK IN PROGRESS -- Attempting to mend an issue where stamp descriptions
are not loading.

Also, making things safer when a problem occurs.

Using gcc 9.3.0 compiler, this was happening in 0.9.25 during
development, but also affected 0.9.24 and 0.9.23, which worked
fine under earlier versions of gcc.
2020-07-26 16:42:12 -07:00
Bill Kendrick
5b4e0dd53f indent i18n.c i18n.h 2017-10-15 10:56:18 -07:00
William Kendrick
f762aafa10 Adding Kabyle (aka Kabylian) translation 2016-12-12 07:20:34 +00:00
Pere Pujal i Carabantes
ce84b47f0d Adding2 Sindhi and 2 Kashmiri translations provided by chandrakant dhutadmal 2015-03-10 23:38:59 +00:00
Pere Pujal i Carabantes
df45c3993c Adding Bengali, Bodo, Dogri and Urdu provided by chandrakant dhutadmal in the mailing list, still todo add 2 Sindhi and 2 Kashmiri translations 2015-03-09 22:52:05 +00:00
Pere Pujal i Carabantes
7f01f9017b Enabling Sinhala 2014-08-04 23:08:07 +00:00
Pere Pujal i Carabantes
85082b9092 LANGUAGE and env vars should work for stamps too, fallbacks should also work, also on Windows. 2014-08-04 00:02:54 +00:00
Pere Pujal i Carabantes
b4c21d9533 @variant locales should work now. 2014-07-18 22:04:35 +00:00
Pere Pujal i Carabantes
271cd0e1e3 Bosnian translation 2014-07-14 23:08:40 +00:00
Pere Pujal i Carabantes
1da6cdda34 Locale code for Twi is tw, twi.po -> tw.po 2014-07-10 21:22:06 +00:00
Pere Pujal i Carabantes
a9cfdb78a8 Adding Konkani translations. 2014-05-19 22:29:08 +00:00
Pere Pujal i Carabantes
2036ec4865 Adding Manipuri translations. 2014-05-18 22:28:34 +00:00
Pere Pujal i Carabantes
0fc78d8bb4 Adding Santali in Ol-Chiki script. 2014-05-15 22:04:14 +00:00
Pere Pujal i Carabantes
8cacae3b92 Adding Assamese. 2014-04-28 22:27:02 +00:00
Pere Pujal i Carabantes
36f570937b Adding kannada. 2014-04-28 21:53:46 +00:00
Pere Pujal i Carabantes
e3c0c45210 Adding Nepali. 2014-04-28 20:55:42 +00:00
Pere Pujal i Carabantes
65fa89d4db New language Maithili 2014-04-23 22:45:00 +00:00
William Kendrick
db456e4b5b Odia (aka Oriya) translation.
Also misc updates/tweaks to some other locale stuff.
2014-04-16 21:45:08 +00:00
William Kendrick
29d166dc32 Sanskrit translation. 2014-04-16 18:37:18 +00:00
William Kendrick
a00cfcd3c6 Added Santali localization. 2014-04-11 08:34:30 +00:00
Pere Pujal i Carabantes
0134a11591 Fulah 2014-04-09 23:05:42 +00:00
Pere Pujal i Carabantes
28c604997e Enabling zulu in tuxpaint 2014-03-18 23:30:49 +00:00
Pere Pujal i Carabantes
dfda7f7907 Enabling sundanese in tuxpaint 2014-03-18 00:09:34 +00:00
Pere Pujal i Carabantes
5e09af924d new translation Bambara 2014-02-08 00:12:50 +00:00
Pere Pujal i Carabantes
59221d5e01 Typo 2013-11-17 23:30:27 +00:00
Pere Pujal i Carabantes
e8bf14e524 Enabling Mongolian. 2013-11-15 23:21:24 +00:00
Pere Pujal i Carabantes
9dc9a2797e Added support for Armenian. 2013-08-18 22:55:45 +00:00
William Kendrick
041e822a68 New translation: Marathi (mr_IN) 2013-03-28 22:59:23 +00:00
Pere Pujal i Carabantes
58d1d57642 Adding punjabi to i18n.h zapotec zw->zam in i18n.c 2013-02-06 22:48:34 +00:00
William Kendrick
e18e033b49 Inuktitut translation. 2012-03-08 21:01:01 +00:00
William Kendrick
05f33a2a08 Aragones translation. 2012-03-02 17:44:19 +00:00
William Kendrick
ef59ecfe2c Amharic translation. 2011-04-15 18:18:34 +00:00
William Kendrick
38ebabcbef Support for Latin Serbian. 2011-01-13 04:25:50 +00:00
William Kendrick
201cf538ce Kiga (Chiga) translation! 2010-10-28 17:46:07 +00:00
William Kendrick
3da80d74b6 Acholi translation.
Added some missing locales to OPTIONS docs.
2010-10-27 19:12:32 +00:00
William Kendrick
bb6b21fa4d Added Akan translation.
Fixed Basque PO file.
2010-10-27 18:57:45 +00:00
William Kendrick
934602e2b1 Northern Sotho.
Added some missing contributors to man page.
Added some missing locale options to OPTIONS docs.
Added some missing locale options to man page.
2010-10-18 15:31:19 +00:00
William Kendrick
5d035c1430 Fula translation. 2010-10-05 20:07:47 +00:00
William Kendrick
377b6dcefb Luganda. 2010-10-01 18:45:44 +00:00
William Kendrick
5232ae97c7 New locale: Venetian. 2010-04-03 18:16:48 +00:00
secretlondon
665cbfb2cf Malayalam language support (I hope) 2010-03-24 20:50:07 +00:00