Commit Graph

24 Commits

Author SHA1 Message Date
Bastien Montagne
f3537d4154 I18N: Updated UI translations from svn trunk (r6659). 2023-08-07 11:27:41 +02:00
Bastien Montagne
79d6d4c4fe I18N: updated UI translations from svn trunk (r6647). 2023-07-24 18:03:00 +02:00
Bastien Montagne
694f53dda4 I18N: Updated UI translations from svn trunk (r6636). 2023-07-17 15:03:09 +02:00
Bastien Montagne
01ca00e073 I18N: Updated UI translations from SVN trunk (r6625). 2023-07-10 14:47:45 +02:00
Bastien Montagne
89057c2c50 I18n: Updated translations from SVN trunk (r6617). 2023-07-04 18:25:00 +02:00
Bastien Montagne
59b26c1b3b i18n: Updated translations from svn repo (r6605).
Ultimate update for 3.6 release.
2023-06-26 12:36:44 +02:00
Bastien Montagne
dd24af2265 I18n: Updated translation files for svn trunk (r6590). 2023-06-22 17:36:35 +02:00
Bastien Montagne
bca236bfa0 I18n: Updated translations from svn trunk (r6585). 2023-06-21 18:10:01 +02:00
Bastien Montagne
93de57b707 I18N: Updated UI translations from SVN trunk (r6562). 2023-06-05 11:56:38 +02:00
Bastien Montagne
e25d58a866 I18n: Updated UI translations from SVN trunk (r6538). 2023-05-22 18:52:33 +02:00
PaulKristoffersson
b7a71d65f8 Fix Estonian language name from #105461
Pull Request: https://projects.blender.org/blender/blender/pulls/108042
2023-05-22 11:13:55 +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
652c7b152a I18N: Updated UI translation from svn trunk (r6526). 2023-05-15 11:54:00 +02:00
Bastien Montagne
309775a28b I18N: updated UI messages translations from SVN trunk (r6511). 2023-05-08 13:02:16 +02:00
Bastien Montagne
2fcf34a6bd I18N: Updated UI translations from svn trunk (r6490). 2023-04-28 19:51:22 +02:00
Bastien Montagne
c8435185e1 I18n: Updated translation files from SVN trunk (r6467). 2023-04-17 12:00:22 +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
Bastien Montagne
3ea5006416 Updated from SVN trunk (r6409). 2023-03-27 18:49:00 +02:00
Bastien Montagne
41d421885d Updated from SVN trunk (r6393). 2023-03-20 14:46:54 +01:00
Bastien Montagne
84bcc1abfe Updated translations from svn trunk (r6385). 2023-03-13 12:59:46 +01:00
Bastien Montagne
c3fdb02b91 Updated translations from SVN trunk (r6369). 2023-03-06 09:17:14 +01:00
Bastien Montagne
4d5e68a638 Updated i18n PO files from SVN trunk (r6355). 2023-02-27 16:26:22 +01: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