Commit Graph

22 Commits

Author SHA1 Message Date
Bastien Montagne
e1c8baf046 I18N: Updated UI translations from git/weblate repository (bfcffce0a4d1e1). 2024-06-03 09:38:03 +02:00
Bastien Montagne
3b33397112 I18N: Updated UI translations from git/weblate repository (0f22b707beed2d8). 2024-05-06 12:46:09 +02:00
Bastien Montagne
04b907bc4e I18N: Updated UI translations from git/weblate repository (0aa94c791de0e). 2024-04-29 09:35:26 +02:00
Bastien Montagne
e66152107f I18N: Updated UI translations from git/weblate (ab9a702e968). 2024-04-05 11:51:17 +09:00
Bastien Montagne
01c386e9b1 I18N: Updated UI translations from git/weblate (3f985abe2708530). 2024-02-12 12:06:15 +01:00
Bastien Montagne
0365a23a30 I18N: Updated UI translations from git/weblate repo (fe7935fc8ede674). 2024-01-22 12:36:51 +01:00
Bastien Montagne
750bc5c921 I18N: Updated UI translations from git/weblate (f26db8403b919d). 2023-12-11 12:54:59 +01:00
Bastien Montagne
e617e36b21 I18N: Updated UI translations from git/weblate (55af06d62a579dcae). 2023-12-04 12:17:10 +01:00
Bastien Montagne
6ea17f804d I18N: Updated UI translations from git/weblate repo (45f7411855b5a02). 2023-11-20 12:41:55 +01:00
Bastien Montagne
46e291470f I18N: Updated translations from git/weblate repository. 2023-11-06 13:09:17 +01:00
Bastien Montagne
e070ff45c4 I18N/UI: Work around #114080: Lack of Khmer script in built-in fonts.
Khmer was added for this release and is barely translated yet (about
1%), so it's not too bad. We will ensure that the Khmer script is added
to our default font for 4.1, but this is too late for 4.0.
2023-10-31 15:13:43 +01:00
Bastien Montagne
8220820611 I18N: Updated UI translations from git/weblate (61c02b1e7f0506c). 2023-10-16 11:19:35 +02:00
Bastien Montagne
f997c49549 I18N: Updated UI translations from weblate/git repo (927ffa172fe7cc58).
Note that this commit also enables four new languages:
 - Bulgarian
 - Greek
 - Nepali
 - Tamil
2023-10-09 12:02:47 +02:00
Bastien Montagne
64976a396b I18N: Updated UI translations from dedicated git repo (3c637f5ed7d08b). 2023-09-18 11:10:30 +02:00
Bastien Montagne
0ce02355c1 I18N module: updates for transition to weblate.
Remove `es_ES` language.
Rename `uz_UZ` to `uz_UZ@latin`
Rename `zh_CN` to `zh_HANS`
Rename `zh_TW` to `zh_HANT`

Add support for lowercase chars in `country` part of the locale code
(although in the end it is not needed, since `boost::locale` backend
does not supports lowercase 'country' part in locales identifiers
currently) .

Related to https://projects.blender.org/infrastructure/blender-projects-platform/issues/65
2023-09-15 18:08:52 +02:00
Damien Picard
f64858896c I18n: fix the name of the Czech language
Like other languages, the way the Czech language was called in Czech
was incorrect: "Český is adjective, Čeština is noun".

Ref #105461

Pull Request: https://projects.blender.org/blender/blender/pulls/112130
2023-09-08 14:44:21 +02:00
Bastien Montagne
694f53dda4 I18N: Updated UI translations from svn trunk (r6636). 2023-07-17 15:03:09 +02:00
PaulKristoffersson
963c4a8baa Fix Estonian language name from #105461
Pull Request: https://projects.blender.org/blender/blender/pulls/108042
2023-05-22 11:10:14 +02:00
Damien Picard
9b64abc236 I18n: Fix some language names from #105461
Some language names were confirmed by native speakers to be
incorrectly spelled (Dutch and Hindi).

Two others were simply capitalized (Vietnamese and Kazakh).

Suspicions remain for other language names, see #105461 for details.

Pull Request: https://projects.blender.org/blender/blender/pulls/107707
2023-05-15 18:06:06 +02:00
Bastien Montagne
cd5ada3f7d I18n: Updated UI translations from SVN repo (r6454). 2023-04-11 12:49:36 +02:00
Bastien Montagne
e4cd7d2fed Updated translations from SVN trunk (r6419). 2023-04-03 12:58:50 +02:00
Sergey Sharybin
03806d0b67 Re-design of submodules used in blender.git
This commit implements described in the #104573.

The goal is to fix the confusion of the submodule hashes change, which are not
ideal for any of the supported git-module configuration (they are either always
visible causing confusion, or silently staged and committed, also causing
confusion).

This commit replaces submodules with a checkout of addons and addons_contrib,
covered by the .gitignore, and locale and developer tools are moved to the
main repository.

This also changes the paths:
- /release/scripts are moved to the /scripts
- /source/tools are moved to the /tools
- /release/datafiles/locale is moved to /locale

This is done to avoid conflicts when using bisect, and also allow buildbot to
automatically "recover" wgen building older or newer branches/patches.

Running `make update` will initialize the local checkout to the changed
repository configuration.

Another aspect of the change is that the make update will support Github style
of remote organization (origin remote pointing to thy fork, upstream remote
pointing to the upstream blender/blender.git).

Pull Request #104755
2023-02-21 16:39:58 +01:00