diff --git a/docs b/docs index e6c5c0bc58..950c8b9a4d 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit e6c5c0bc58e87727f2189501806cd8747f170d7c +Subproject commit 950c8b9a4d625f2852729bc8d3eb0cf1c20f3ebf diff --git a/templates_list.txt b/templates_list.txt index f427c0275a..674afbe792 100644 --- a/templates_list.txt +++ b/templates_list.txt @@ -9,7 +9,6 @@ about/release_policy.pot about/complying_with_licenses.pot getting_started/introduction/index.pot getting_started/introduction/introduction_to_godot.pot -getting_started/introduction/learn_to_code_with_gdscript.pot getting_started/introduction/key_concepts_overview.pot getting_started/introduction/first_look_at_the_editor.pot getting_started/introduction/learning_new_features.pot @@ -40,69 +39,6 @@ getting_started/first_3d_game/07.killing_player.pot getting_started/first_3d_game/08.score_and_replay.pot getting_started/first_3d_game/09.adding_animations.pot getting_started/first_3d_game/going_further.pot -tutorials/2d/index.pot -tutorials/2d/canvas_layers.pot -tutorials/2d/2d_transforms.pot -tutorials/2d/using_tilemaps.pot -tutorials/2d/particle_systems_2d.pot -tutorials/2d/2d_movement.pot -tutorials/2d/2d_lights_and_shadows.pot -tutorials/2d/2d_meshes.pot -tutorials/2d/custom_drawing_in_2d.pot -tutorials/2d/2d_sprite_animation.pot -tutorials/3d/index.pot -tutorials/3d/introduction_to_3d.pot -tutorials/3d/using_transforms.pot -tutorials/3d/3d_rendering_limitations.pot -tutorials/3d/spatial_material.pot -tutorials/3d/lights_and_shadows.pot -tutorials/3d/reflection_probes.pot -tutorials/3d/gi_probes.pot -tutorials/3d/baked_lightmaps.pot -tutorials/3d/environment_and_post_processing.pot -tutorials/3d/high_dynamic_range.pot -tutorials/3d/using_gridmaps.pot -tutorials/3d/using_multi_mesh_instance.pot -tutorials/3d/csg_tools.pot -tutorials/3d/procedural_geometry/index.pot -tutorials/3d/procedural_geometry/arraymesh.pot -tutorials/3d/procedural_geometry/meshdatatool.pot -tutorials/3d/procedural_geometry/surfacetool.pot -tutorials/3d/procedural_geometry/immediategeometry.pot -tutorials/3d/occluders.pot -tutorials/3d/portals/index.pot -tutorials/3d/portals/introduction_to_rooms_and_portals.pot -tutorials/3d/portals/first_steps_with_rooms_and_portals.pot -tutorials/3d/portals/using_objects_in_rooms_and_portals.pot -tutorials/3d/portals/advanced_room_and_portal_usage.pot -tutorials/3d/portals/editing_rooms_and_portals.pot -tutorials/3d/portals/rooms_and_portals_example.pot -tutorials/3d/3d_text.pot -tutorials/animation/index.pot -tutorials/animation/introduction.pot -tutorials/animation/cutout_animation.pot -tutorials/animation/2d_skeletons.pot -tutorials/animation/animation_tree.pot -tutorials/animation/playing_videos.pot -tutorials/assets_pipeline/index.pot -tutorials/assets_pipeline/import_process.pot -tutorials/assets_pipeline/importing_images.pot -tutorials/assets_pipeline/importing_audio_samples.pot -tutorials/assets_pipeline/importing_translations.pot -tutorials/assets_pipeline/importing_scenes.pot -tutorials/assets_pipeline/exporting_3d_scenes.pot -tutorials/assets_pipeline/escn_exporter/index.pot -tutorials/assets_pipeline/escn_exporter/material.pot -tutorials/assets_pipeline/escn_exporter/physics.pot -tutorials/assets_pipeline/escn_exporter/lights.pot -tutorials/assets_pipeline/escn_exporter/mesh.pot -tutorials/assets_pipeline/escn_exporter/skeleton.pot -tutorials/assets_pipeline/escn_exporter/animation.pot -tutorials/audio/index.pot -tutorials/audio/audio_buses.pot -tutorials/audio/audio_streams.pot -tutorials/audio/sync_with_audio.pot -tutorials/audio/recording_with_microphone.pot tutorials/best_practices/index.pot tutorials/best_practices/introduction_best_practices.pot tutorials/best_practices/what_are_godot_classes.pot @@ -117,13 +53,96 @@ tutorials/best_practices/logic_preferences.pot tutorials/best_practices/project_organization.pot tutorials/best_practices/version_control_systems.pot tutorials/editor/index.pot +tutorials/editor/project_manager.pot +tutorials/editor/inspector_dock.pot +tutorials/editor/project_settings.pot +tutorials/editor/default_key_mapping.pot +tutorials/editor/customizing_editor.pot +tutorials/editor/using_the_android_editor.pot +tutorials/editor/using_the_web_editor.pot tutorials/editor/command_line_tutorial.pot tutorials/editor/external_editor.pot -tutorials/editor/default_key_mapping.pot -tutorials/editor/using_the_web_editor.pot tutorials/editor/managing_editor_features.pot +tutorials/migrating/index.pot +tutorials/migrating/upgrading_to_godot_4.pot +tutorials/migrating/upgrading_to_godot_4.1.pot +tutorials/2d/index.pot +tutorials/2d/canvas_layers.pot +tutorials/2d/2d_transforms.pot +tutorials/2d/2d_lights_and_shadows.pot +tutorials/2d/2d_meshes.pot +tutorials/2d/2d_sprite_animation.pot +tutorials/2d/particle_systems_2d.pot +tutorials/2d/2d_antialiasing.pot +tutorials/2d/custom_drawing_in_2d.pot +tutorials/2d/2d_movement.pot +tutorials/2d/using_tilesets.pot +tutorials/2d/using_tilemaps.pot +tutorials/3d/index.pot +tutorials/3d/introduction_to_3d.pot +tutorials/3d/using_transforms.pot +tutorials/3d/procedural_geometry/index.pot +tutorials/3d/procedural_geometry/arraymesh.pot +tutorials/3d/procedural_geometry/meshdatatool.pot +tutorials/3d/procedural_geometry/surfacetool.pot +tutorials/3d/procedural_geometry/immediatemesh.pot +tutorials/3d/3d_text.pot +tutorials/3d/3d_rendering_limitations.pot +tutorials/3d/standard_material_3d.pot +tutorials/3d/lights_and_shadows.pot +tutorials/3d/using_decals.pot +tutorials/3d/physical_light_and_camera_units.pot +tutorials/3d/particles/index.pot +tutorials/3d/high_dynamic_range.pot +tutorials/3d/global_illumination/index.pot +tutorials/3d/global_illumination/introduction_to_global_illumination.pot +tutorials/3d/global_illumination/using_voxel_gi.pot +tutorials/3d/global_illumination/using_sdfgi.pot +tutorials/3d/global_illumination/using_lightmap_gi.pot +tutorials/3d/global_illumination/reflection_probes.pot +tutorials/3d/global_illumination/faking_global_illumination.pot +tutorials/3d/environment_and_post_processing.pot +tutorials/3d/volumetric_fog.pot +tutorials/3d/3d_antialiasing.pot +tutorials/3d/using_multi_mesh_instance.pot +tutorials/3d/mesh_lod.pot +tutorials/3d/visibility_ranges.pot +tutorials/3d/occlusion_culling.pot +tutorials/3d/resolution_scaling.pot +tutorials/3d/variable_rate_shading.pot +tutorials/3d/csg_tools.pot +tutorials/3d/using_gridmaps.pot +tutorials/animation/index.pot +tutorials/animation/introduction.pot +tutorials/animation/animation_track_types.pot +tutorials/animation/cutout_animation.pot +tutorials/animation/2d_skeletons.pot +tutorials/animation/animation_tree.pot +tutorials/animation/playing_videos.pot +tutorials/animation/creating_movies.pot +tutorials/assets_pipeline/index.pot +tutorials/assets_pipeline/import_process.pot +tutorials/assets_pipeline/importing_images.pot +tutorials/assets_pipeline/importing_audio_samples.pot +tutorials/assets_pipeline/importing_translations.pot +tutorials/assets_pipeline/importing_scenes.pot +tutorials/assets_pipeline/retargeting_3d_skeletons.pot +tutorials/assets_pipeline/exporting_3d_scenes.pot +tutorials/assets_pipeline/escn_exporter/index.pot +tutorials/assets_pipeline/escn_exporter/material.pot +tutorials/assets_pipeline/escn_exporter/physics.pot +tutorials/assets_pipeline/escn_exporter/lights.pot +tutorials/assets_pipeline/escn_exporter/mesh.pot +tutorials/assets_pipeline/escn_exporter/skeleton.pot +tutorials/assets_pipeline/escn_exporter/animation.pot +tutorials/audio/index.pot +tutorials/audio/audio_buses.pot +tutorials/audio/audio_effects.pot +tutorials/audio/audio_streams.pot +tutorials/audio/sync_with_audio.pot +tutorials/audio/recording_with_microphone.pot +tutorials/audio/text_to_speech.pot tutorials/export/index.pot -tutorials/export/exporting_basics.pot tutorials/export/exporting_projects.pot tutorials/export/exporting_pcks.pot tutorials/export/feature_tags.pot @@ -139,22 +158,23 @@ tutorials/export/android_custom_build.pot tutorials/export/exporting_for_web.pot tutorials/export/exporting_for_dedicated_servers.pot tutorials/export/one-click_deploy.pot -tutorials/i18n/index.pot -tutorials/i18n/internationalizing_games.pot -tutorials/i18n/localization_using_gettext.pot -tutorials/i18n/locales.pot -tutorials/inputs/index.pot -tutorials/inputs/inputevent.pot -tutorials/inputs/input_examples.pot -tutorials/inputs/mouse_and_input_coordinates.pot -tutorials/inputs/custom_mouse_cursor.pot -tutorials/inputs/handling_quit_requests.pot -tutorials/inputs/controllers_gamepads_joysticks.pot tutorials/io/index.pot tutorials/io/background_loading.pot tutorials/io/data_paths.pot tutorials/io/saving_games.pot tutorials/io/binary_serialization_api.pot +tutorials/i18n/index.pot +tutorials/i18n/internationalizing_games.pot +tutorials/i18n/localization_using_gettext.pot +tutorials/i18n/locales.pot +tutorials/i18n/pseudolocalization.pot +tutorials/inputs/index.pot +tutorials/inputs/inputevent.pot +tutorials/inputs/input_examples.pot +tutorials/inputs/mouse_and_input_coordinates.pot +tutorials/inputs/custom_mouse_cursor.pot +tutorials/inputs/controllers_gamepads_joysticks.pot +tutorials/inputs/handling_quit_requests.pot tutorials/math/index.pot tutorials/math/vector_math.pot tutorials/math/vectors_advanced.pot @@ -163,7 +183,24 @@ tutorials/math/interpolation.pot tutorials/math/beziers_and_curves.pot tutorials/math/random_number_generation.pot tutorials/navigation/index.pot -tutorials/navigation/real_time_navigation_3d.pot +tutorials/navigation/navigation_introduction_2d.pot +tutorials/navigation/navigation_introduction_3d.pot +tutorials/navigation/navigation_using_navigationservers.pot +tutorials/navigation/navigation_using_navigationmaps.pot +tutorials/navigation/navigation_using_navigationregions.pot +tutorials/navigation/navigation_using_navigationmeshes.pot +tutorials/navigation/navigation_using_navigationpaths.pot +tutorials/navigation/navigation_using_navigationpathqueryobjects.pot +tutorials/navigation/navigation_using_navigationagents.pot +tutorials/navigation/navigation_using_navigationobstacles.pot +tutorials/navigation/navigation_using_navigationlinks.pot +tutorials/navigation/navigation_using_navigationlayers.pot +tutorials/navigation/navigation_debug_tools.pot +tutorials/navigation/navigation_connecting_navmesh.pot +tutorials/navigation/navigation_different_actor_types.pot +tutorials/navigation/navigation_different_actor_locomotion.pot +tutorials/navigation/navigation_different_actor_area_access.pot +tutorials/navigation/navigation_optimizing_performance.pot tutorials/networking/index.pot tutorials/networking/high_level_multiplayer.pot tutorials/networking/http_request_class.pot @@ -177,28 +214,25 @@ tutorials/performance/using_servers.pot tutorials/performance/cpu_optimization.pot tutorials/performance/gpu_optimization.pot tutorials/performance/using_multimesh.pot -tutorials/performance/batching.pot tutorials/performance/optimizing_3d_performance.pot tutorials/performance/vertex_animation/index.pot tutorials/performance/vertex_animation/animating_thousands_of_fish.pot tutorials/performance/vertex_animation/controlling_thousands_of_fish.pot -tutorials/performance/threads/thread_safe_apis.pot -tutorials/performance/threads/using_multiple_threads.pot +tutorials/performance/using_multiple_threads.pot +tutorials/performance/thread_safe_apis.pot tutorials/physics/index.pot tutorials/physics/physics_introduction.pot tutorials/physics/rigid_body.pot tutorials/physics/using_area_2d.pot -tutorials/physics/using_kinematic_body_2d.pot +tutorials/physics/using_character_body_2d.pot tutorials/physics/ray-casting.pot tutorials/physics/ragdoll_system.pot tutorials/physics/kinematic_character_2d.pot tutorials/physics/soft_body.pot +tutorials/physics/collision_shapes_2d.pot tutorials/physics/collision_shapes_3d.pot -tutorials/physics/interpolation/index.pot -tutorials/physics/interpolation/physics_interpolation_quick_start_guide.pot -tutorials/physics/interpolation/physics_interpolation_introduction.pot -tutorials/physics/interpolation/using_physics_interpolation.pot -tutorials/physics/interpolation/advanced_physics_interpolation.pot +tutorials/physics/large_world_coordinates.pot +tutorials/physics/troubleshooting_physics_issues.pot tutorials/platform/index.pot tutorials/platform/android/index.pot tutorials/platform/android/android_plugin.pot @@ -206,18 +240,17 @@ tutorials/platform/android/android_in_app_purchases.pot tutorials/platform/ios/index.pot tutorials/platform/ios/ios_plugin.pot tutorials/platform/ios/plugins_for_ios.pot -tutorials/platform/platform_html5.pot -tutorials/platform/html5_shell_classref.pot -tutorials/platform/customizing_html5_shell.pot +tutorials/platform/web/index.pot +tutorials/platform/web/html5_shell_classref.pot +tutorials/platform/web/customizing_html5_shell.pot tutorials/platform/consoles.pot -tutorials/platform/mobile_rendering_limitations.pot tutorials/plugins/index.pot tutorials/plugins/editor/index.pot tutorials/plugins/editor/installing_plugins.pot tutorials/plugins/editor/making_plugins.pot tutorials/plugins/editor/making_main_screen_plugins.pot tutorials/plugins/editor/import_plugins.pot -tutorials/plugins/editor/spatial_gizmos.pot +tutorials/plugins/editor/3d_gizmos.pot tutorials/plugins/editor/inspector_plugins.pot tutorials/plugins/editor/visual_shader_plugins.pot tutorials/plugins/running_code_in_the_editor.pot @@ -225,33 +258,36 @@ tutorials/rendering/index.pot tutorials/rendering/viewports.pot tutorials/rendering/multiple_resolutions.pot tutorials/rendering/jitter_stutter.pot -tutorials/rendering/gles2_gles3_differences.pot tutorials/scripting/index.pot tutorials/scripting/gdscript/index.pot tutorials/scripting/gdscript/gdscript_basics.pot tutorials/scripting/gdscript/gdscript_advanced.pot tutorials/scripting/gdscript/gdscript_exports.pot +tutorials/scripting/gdscript/gdscript_documentation_comments.pot tutorials/scripting/gdscript/gdscript_styleguide.pot tutorials/scripting/gdscript/static_typing.pot tutorials/scripting/gdscript/warning_system.pot tutorials/scripting/gdscript/gdscript_format_string.pot -tutorials/scripting/visual_script/index.pot -tutorials/scripting/visual_script/what_is_visual_scripting.pot -tutorials/scripting/visual_script/getting_started.pot -tutorials/scripting/visual_script/nodes_purposes.pot -tutorials/scripting/visual_script/custom_visualscript_nodes.pot tutorials/scripting/c_sharp/index.pot tutorials/scripting/c_sharp/c_sharp_basics.pot tutorials/scripting/c_sharp/c_sharp_features.pot tutorials/scripting/c_sharp/c_sharp_differences.pot +tutorials/scripting/c_sharp/c_sharp_collections.pot +tutorials/scripting/c_sharp/c_sharp_variant.pot +tutorials/scripting/c_sharp/c_sharp_signals.pot +tutorials/scripting/c_sharp/c_sharp_exports.pot +tutorials/scripting/c_sharp/c_sharp_global_classes.pot tutorials/scripting/c_sharp/c_sharp_style_guide.pot -tutorials/scripting/gdnative/index.pot -tutorials/scripting/gdnative/what_is_gdnative.pot -tutorials/scripting/gdnative/gdnative_c_example.pot -tutorials/scripting/gdnative/gdnative_cpp_example.pot +tutorials/scripting/c_sharp/diagnostics/index.pot +tutorials/scripting/gdextension/index.pot +tutorials/scripting/gdextension/what_is_gdextension.pot +tutorials/scripting/gdextension/gdextension_cpp_example.pot +tutorials/scripting/how_to_read_the_godot_api.pot tutorials/scripting/debug/index.pot tutorials/scripting/debug/overview_of_debugging_tools.pot tutorials/scripting/debug/debugger_panel.pot +tutorials/scripting/debug/the_profiler.pot +tutorials/scripting/debug/custom_performance_monitors.pot tutorials/scripting/idle_and_physics_processing.pot tutorials/scripting/groups.pot tutorials/scripting/nodes_and_scene_instances.pot @@ -271,15 +307,19 @@ tutorials/shaders/index.pot tutorials/shaders/introduction_to_shaders.pot tutorials/shaders/shader_reference/index.pot tutorials/shaders/shader_reference/shading_language.pot +tutorials/shaders/shader_reference/shader_preprocessor.pot tutorials/shaders/shader_reference/spatial_shader.pot tutorials/shaders/shader_reference/canvas_item_shader.pot tutorials/shaders/shader_reference/particle_shader.pot +tutorials/shaders/shader_reference/sky_shader.pot +tutorials/shaders/shader_reference/fog_shader.pot tutorials/shaders/your_first_shader/index.pot tutorials/shaders/your_first_shader/your_first_2d_shader.pot tutorials/shaders/your_first_shader/your_first_3d_shader.pot tutorials/shaders/your_first_shader/your_second_3d_shader.pot tutorials/shaders/shader_materials.pot tutorials/shaders/visual_shaders.pot +tutorials/shaders/compute_shaders.pot tutorials/shaders/screen-reading_shaders.pot tutorials/shaders/converting_glsl_to_godot_shaders.pot tutorials/shaders/shaders_style_guide.pot @@ -296,82 +336,90 @@ tutorials/ui/control_node_gallery.pot tutorials/ui/gui_skinning.pot tutorials/ui/gui_using_theme_editor.pot tutorials/ui/gui_theme_type_variations.pot +tutorials/ui/gui_using_fonts.pot tutorials/ui/bbcode_in_richtextlabel.pot -tutorials/vr/index.pot -tutorials/vr/xr_primer.pot -tutorials/vr/openxr/index.pot -tutorials/vr/openxr/enable_plugin.pot -tutorials/vr/openxr/runtime_selection.pot -tutorials/vr/openxr/passthrough.pot -tutorials/vr/openxr/deploy_on_quest.pot -tutorials/vr/openxr/handtracking.pot -tutorials/vr/oculus_mobile/index.pot -tutorials/vr/oculus_mobile/developing_for_oculus_quest.pot -tutorials/vr/openvr/index.pot -tutorials/vr/openvr/vr_starter_tutorial/index.pot -tutorials/vr/openvr/vr_starter_tutorial/vr_starter_tutorial_part_one.pot -tutorials/vr/openvr/vr_starter_tutorial/vr_starter_tutorial_part_two.pot -development/compiling/index.pot -development/compiling/getting_source.pot -development/compiling/introduction_to_the_buildsystem.pot -development/compiling/compiling_for_windows.pot -development/compiling/compiling_for_x11.pot -development/compiling/compiling_for_osx.pot -development/compiling/compiling_for_android.pot -development/compiling/compiling_for_ios.pot -development/compiling/cross-compiling_for_ios_on_linux.pot -development/compiling/compiling_for_uwp.pot -development/compiling/compiling_for_web.pot -development/compiling/compiling_with_mono.pot -development/compiling/optimizing_for_size.pot -development/compiling/compiling_with_script_encryption_key.pot -development/cpp/index.pot -development/cpp/configuring_an_ide/index.pot -development/cpp/configuring_an_ide/android_studio.pot -development/cpp/configuring_an_ide/clion.pot -development/cpp/configuring_an_ide/code_blocks.pot -development/cpp/configuring_an_ide/kdevelop.pot -development/cpp/configuring_an_ide/qt_creator.pot -development/cpp/configuring_an_ide/visual_studio.pot -development/cpp/configuring_an_ide/visual_studio_code.pot -development/cpp/configuring_an_ide/xcode.pot -development/cpp/introduction_to_godot_development.pot -development/cpp/common_engine_methods_and_macros.pot -development/cpp/core_types.pot -development/cpp/variant_class.pot -development/cpp/object_class.pot -development/cpp/inheritance_class_tree.pot -development/cpp/custom_modules_in_cpp.pot -development/cpp/binding_to_external_libraries.pot -development/cpp/custom_godot_servers.pot -development/cpp/custom_resource_format_loaders.pot -development/cpp/custom_audiostreams.pot -development/cpp/macos_debug.pot -development/cpp/using_cpp_profilers.pot -development/editor/index.pot -development/editor/introduction_to_editor_development.pot -development/editor/creating_icons.pot -development/editor/editor_style_guide.pot -development/file_formats/index.pot -development/file_formats/gdscript_grammar.pot -development/file_formats/tscn.pot -community/contributing/index.pot -community/contributing/ways_to_contribute.pot -community/contributing/best_practices_for_engine_contributors.pot -community/contributing/pr_workflow.pot -community/contributing/testing_pull_requests.pot -community/contributing/bisecting_regressions.pot -community/contributing/bug_triage_guidelines.pot -community/contributing/code_style_guidelines.pot -community/contributing/cpp_usage_guidelines.pot -community/contributing/content_guidelines.pot -community/contributing/docs_writing_guidelines.pot -community/contributing/documentation_guidelines.pot -community/contributing/contributing_to_the_documentation.pot -community/contributing/building_the_manual.pot -community/contributing/updating_the_class_reference.pot -community/contributing/class_reference_writing_guidelines.pot -community/contributing/editor_and_docs_localization.pot +tutorials/xr/index.pot +tutorials/xr/setting_up_xr.pot +tutorials/xr/deploying_to_android.pot +tutorials/xr/introducing_xr_tools.pot +tutorials/xr/basic_xr_locomotion.pot +tutorials/xr/xr_action_map.pot +tutorials/xr/xr_room_scale.pot +tutorials/xr/openxr_hand_tracking.pot +tutorials/xr/openxr_passthrough.pot +contributing/ways_to_contribute.pot +contributing/workflow/index.pot +contributing/workflow/bisecting_regressions.pot +contributing/workflow/bug_triage_guidelines.pot +contributing/workflow/pr_workflow.pot +contributing/workflow/pr_review_guidelines.pot +contributing/workflow/testing_pull_requests.pot +contributing/development/index.pot +contributing/development/best_practices_for_engine_contributors.pot +contributing/development/code_style_guidelines.pot +contributing/development/cpp_usage_guidelines.pot +contributing/development/compiling/index.pot +contributing/development/compiling/getting_source.pot +contributing/development/compiling/introduction_to_the_buildsystem.pot +contributing/development/compiling/compiling_for_windows.pot +contributing/development/compiling/compiling_for_linuxbsd.pot +contributing/development/compiling/compiling_for_macos.pot +contributing/development/compiling/compiling_for_android.pot +contributing/development/compiling/compiling_for_ios.pot +contributing/development/compiling/cross-compiling_for_ios_on_linux.pot +contributing/development/compiling/compiling_for_uwp.pot +contributing/development/compiling/compiling_for_web.pot +contributing/development/compiling/compiling_with_dotnet.pot +contributing/development/compiling/optimizing_for_size.pot +contributing/development/compiling/compiling_with_script_encryption_key.pot +contributing/development/debugging/index.pot +contributing/development/debugging/using_cpp_profilers.pot +contributing/development/debugging/using_sanitizers.pot +contributing/development/debugging/macos_debug.pot +contributing/development/debugging/vulkan/index.pot +contributing/development/debugging/vulkan/vulkan_validation_layers.pot +contributing/development/configuring_an_ide/index.pot +contributing/development/configuring_an_ide/android_studio.pot +contributing/development/configuring_an_ide/clion.pot +contributing/development/configuring_an_ide/code_blocks.pot +contributing/development/configuring_an_ide/kdevelop.pot +contributing/development/configuring_an_ide/qt_creator.pot +contributing/development/configuring_an_ide/rider.pot +contributing/development/configuring_an_ide/visual_studio.pot +contributing/development/configuring_an_ide/visual_studio_code.pot +contributing/development/configuring_an_ide/xcode.pot +contributing/development/core_and_modules/index.pot +contributing/development/core_and_modules/godot_architecture_diagram.pot +contributing/development/core_and_modules/common_engine_methods_and_macros.pot +contributing/development/core_and_modules/core_types.pot +contributing/development/core_and_modules/variant_class.pot +contributing/development/core_and_modules/object_class.pot +contributing/development/core_and_modules/inheritance_class_tree.pot +contributing/development/core_and_modules/internal_rendering_architecture.pot +contributing/development/core_and_modules/2d_coordinate_systems.pot +contributing/development/core_and_modules/custom_modules_in_cpp.pot +contributing/development/core_and_modules/binding_to_external_libraries.pot +contributing/development/core_and_modules/custom_godot_servers.pot +contributing/development/core_and_modules/custom_resource_format_loaders.pot +contributing/development/core_and_modules/custom_audiostreams.pot +contributing/development/core_and_modules/custom_platform_ports.pot +contributing/development/core_and_modules/unit_testing.pot +contributing/development/editor/index.pot +contributing/development/editor/introduction_to_editor_development.pot +contributing/development/editor/creating_icons.pot +contributing/development/editor/editor_style_guide.pot +contributing/development/file_formats/index.pot +contributing/development/file_formats/gdscript_grammar.pot +contributing/development/file_formats/tscn.pot +contributing/documentation/index.pot +contributing/documentation/content_guidelines.pot +contributing/documentation/docs_writing_guidelines.pot +contributing/documentation/docs_image_guidelines.pot +contributing/documentation/contributing_to_the_documentation.pot +contributing/documentation/building_the_manual.pot +contributing/documentation/updating_the_class_reference.pot +contributing/documentation/class_reference_primer.pot +contributing/documentation/editor_and_docs_localization.pot community/asset_library/index.pot community/asset_library/what_is_assetlib.pot community/asset_library/using_assetlib.pot