[Bf-docboard-svn] bf-manual: [7709] trunk/blender_docs/resources/theme/js/version_switch.js: Merge branch 'blender-2.92-release'

Aaron Carlisle noreply at blender.org
Wed Feb 3 17:39:01 CET 2021


Revision: 7709
          https://developer.blender.org/rBM7709
Author:   Blendify
Date:     2021-02-03 17:39:00 +0100 (Wed, 03 Feb 2021)
Log Message:
-----------
Merge branch 'blender-2.92-release'

Modified Paths:
--------------
    trunk/blender_docs/manual/animation/drivers/workflow_examples.rst
    trunk/blender_docs/resources/theme/js/version_switch.js

Property Changed:
----------------
    trunk/blender_docs/

Index: trunk/blender_docs
===================================================================
--- trunk/blender_docs	2021-02-03 16:37:50 UTC (rev 7708)
+++ trunk/blender_docs	2021-02-03 16:39:00 UTC (rev 7709)

Property changes on: trunk/blender_docs
___________________________________________________________________
Modified: svn:mergeinfo
## -1 +1 ##
-/branches/blender-2.92-release/blender_docs:7610-7704
\ No newline at end of property
+/branches/blender-2.92-release/blender_docs:7610-7708
\ No newline at end of property
Modified: trunk/blender_docs/manual/animation/drivers/workflow_examples.rst
===================================================================
--- trunk/blender_docs/manual/animation/drivers/workflow_examples.rst	2021-02-03 16:37:50 UTC (rev 7708)
+++ trunk/blender_docs/manual/animation/drivers/workflow_examples.rst	2021-02-03 16:39:00 UTC (rev 7709)
@@ -36,7 +36,7 @@
 Orbit an object's position around a point with a custom *Scripted Expression*.
 The object's position will change when scrubbing the timeline.
 
-Using trigonometry, circular motion can be defined in 2D using the sinus and cosine functions.
+Using trigonometry, circular motion can be defined in 2D using the sine and cosine functions.
 (See `Unit Circle <https://en.wikipedia.org/wiki/Unit_circle>`__.)
 
 In this example, the current frame is used as the variable that induces the motion.

Modified: trunk/blender_docs/resources/theme/js/version_switch.js
===================================================================
--- trunk/blender_docs/resources/theme/js/version_switch.js	2021-02-03 16:37:50 UTC (rev 7708)
+++ trunk/blender_docs/resources/theme/js/version_switch.js	2021-02-03 16:39:00 UTC (rev 7709)
@@ -6,9 +6,12 @@
 var all_versions = "";
 var all_langs = {
 	"en": "English",
+	"ar": "اَلْعَرَبِيَّةُ",
 	"de": "Deutsch",
 	"es": "Español",
+	"fi": "Suomeksi",
 	"fr": "Français",
+	"id": "Bahasa Indonesia",
 	"it": "Italiano",
 	"ja": "&#x65E5;&#x672C;&#x8A9E;",
 	"ko": "&#xD55C;&#xAD6D;&#xC5B4;",
@@ -15,7 +18,9 @@
 	"nb": "Norsk Bokm&#x00E5;l",
 	"pt": "Português",
 	"ru": "&#x3A1;&#x443;&#x441;&#x441;&#x43A;&#x438;&#x439;",
-	"fi": "Suomeksi",
+	"sk": "Slovák",
+	"sl": "Slovenščina"
+	"sr": "српски",
 	"uk": "Ukraїna",
 	"vi": "Ti&#x1EBF;ng Vi&#x1EC7;t",
 	"zh-hans": "&#x4E2D;&#x6587;(&#x7B80;&#x4F53;)",



More information about the Bf-docboard-svn mailing list