Skip to content

Add Dutch translations #206

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 10, 2024
Merged

Add Dutch translations #206

merged 1 commit into from
Jul 10, 2024

Conversation

xaanndeer
Copy link
Contributor

Added a language file for Dutch/Nederlands

Added a language file for Dutch/Nederlands
@SnaveSutit SnaveSutit merged commit 72423a7 into Animated-Java:main Jul 10, 2024
@xaanndeer xaanndeer deleted the translation-nl branch July 10, 2024 10:25
SnaveSutit added a commit that referenced this pull request Jul 10, 2024
commit 6f31f51
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 10 12:14:12 2024 -0400

    🚧 A little format page polish

commit 7d41b9e
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 10 02:00:59 2024 -0400

    v1.0.0

commit 53325f8
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 10 02:00:47 2024 -0400

    Update armor_stand.ajblueprint

commit 164b9a1
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 10 01:57:51 2024 -0400

    🚧 Update Icons

commit f8badb6
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 10 01:30:03 2024 -0400

    🛠️ Fix #208

commit 829714a
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 10 01:20:09 2024 -0400

    🚧 Fix multi-blueprint loading issues ( #207 )

commit 72423a7
Author: Xander <63018373+xaanndeer@users.noreply.github.com>
Date:   Wed Jul 10 05:57:35 2024 +0200

    💬 Add Dutch translations (#206)

    Added a language file for Dutch/Nederlands

commit f337407
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Tue Jul 9 18:33:03 2024 -0400

    🚧 Update docs link to official domain

commit dfdd461
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Tue Jul 9 15:47:52 2024 -0400

    ☹️

commit d166d00
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Tue Jul 9 15:37:22 2024 -0400

    ❤️ Ko-Fi popup

commit 2629130
Author: LeCarbonator <18158911+LeCarbonator@users.noreply.github.com>
Date:   Tue Jul 9 20:09:47 2024 +0200

    💬 Add german translation (#205)

    * add german translation file

    add german translation file

    fix missing parameter

    * add missing bone config translation

commit 95952e0
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Mon Jul 8 19:38:13 2024 -0400

    🚧Fix broken docs links

commit 64a5e8c
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Mon Jul 8 19:05:05 2024 -0400

    🚧 Add missing translation in bone config

commit 931dd6c
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Mon Jul 8 18:51:58 2024 -0400

    🤫 Hide `Invisible` node option in vanilla mode

commit bfda364
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Mon Jul 8 18:48:24 2024 -0400

    🧼 Fix #204

commit df15022
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Mon Jul 8 12:09:40 2024 -0400

    🧼 Name reworks, and pluginJson schema updates

    - Renamed `IAnimationNode` -> `INodeTransform`.
    - Renamed `IRenderedFrame`'s `nodes` -> `node_transforms`.
    - Renamed `ExportedAnimationNode` -> `ExportedNodeTransform`
    - Removed unused settings from plugin JSON export.
    - Renamed `IRenderedRig`'s `defaultPose` -> `defaultTransform`

commit 12440d2
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Mon Jul 8 12:02:23 2024 -0400

    🚧 Interpolation Duration setting title fix

commit 8162c4d
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 23:28:11 2024 -0400

    🚧 Fix JSON Export missing `head_rot` data.

commit 936fae5
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 13:02:54 2024 -0400

    🚧 Fix incorrect syntax for note in README.md

commit 2d6a5c1
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 13:00:49 2024 -0400

    🧼 Remove some left-over lang files

commit 9aee894
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 11:25:40 2024 -0400

    🚧 Fix some locator rotation issues

commit 3ed4098
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 09:52:05 2024 -0400

    🚧 Add edge-case redundancy to `getAnimationNodes`

commit 699eede
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 09:35:58 2024 -0400

    🚧 Rename `jsonExport` -> pluginJson`

    Renamed the Plugin JSON Schema from `jsonExport.schema.json` to `pluginJson.schema.json`

commit 589e259
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sun Jul 7 09:33:55 2024 -0400

    🚧 Reference Variants by UUID instead of name

    - Changed `variantModels` keys to Variant UUIDs instead of names.
    - Updated Plugin JSON schema to include the above change.
    - Fixed Plugin JSON Schema including outdated blueprint setting definitions for `enable_resource_pack` and `enable_data_pack`.

commit 8d83285
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sat Jul 6 15:41:57 2024 -0400

    ✨ v1.0.0-pre11

commit ede24f6
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sat Jul 6 15:41:44 2024 -0400

    🛠️ Fix some resource pack conflicts

    - Fixed assets.ajmeta resetting the display item model every time it's exported.
    - Fixed some assumptions made about the display item model.

commit df879a6
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sat Jul 6 14:35:40 2024 -0400

    ✨ v1.0.0-pre10

commit 04fbe31
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sat Jul 6 14:33:53 2024 -0400

    📝 `assets.ajmeta`

    - Added an `assets.ajmeta` file to keep track of exported resources.
    - Renamed `.ajmeta` to `.data.ajmeta` to allow exporting both data and assets into the same folder. Yay beet users!

commit b3032a2
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sat Jul 6 14:09:44 2024 -0400

    🛠️ Fix RP resource locations using the wrong name

    - Fix texture resource location cache not clearing after exporting, causing textures with the same UUID in different projects to conflict, and use the wrong resource location.

commit 40cb99b
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Sat Jul 6 13:41:34 2024 -0400

    🛠️ Model opening fixes

    - Fixed duplicate project UUIDs not being corrected.
    - Fixed opening multiple models at once causing the last one opened to have multiple AJ icons.

commit 1432d3d
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Fri Jul 5 12:48:48 2024 -0500

    🛠️ Fix Variant keyframes running in wrong context

commit d75ef0c
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Fri Jul 5 12:47:17 2024 -0500

    ✏️ Rename `animated_java.mcb` -> `animation.mcb`

commit 766a3b1
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Thu Jul 4 20:43:20 2024 -0500

    🧼 Remove Unused Code

commit e0f4338
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Thu Jul 4 18:32:56 2024 -0500

    Update armor_stand.ajblueprint

commit 994ec6d
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Thu Jul 4 13:51:00 2024 -0500

    🚧 Storage-Based Animation Fixes

    - Fixed locators and cameras not animating when using storage-based animation.
    - Fixed animation storage data commands being too long.
    - Added a progress bar for generating animation storage.

commit ca6bfd9
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Thu Jul 4 13:45:40 2024 -0500

    Update jsonExport.schema.json

commit b45c58c
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Thu Jul 4 13:03:06 2024 -0500

    🛠️ Make `customModelDataOffset` snake case.

commit 25676ad
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Thu Jul 4 12:31:20 2024 -0500

    🚧 Added transformation to AnimationNodes

    - Simplified `pos`, `rot`, and `scale` on `IAnimationNodes`.

commit af302d1
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 23:43:44 2024 -0500

    🛠️ Fix Double Default Variant

commit 84e18ef
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 23:31:07 2024 -0500

    v1.0.0-pre9

commit 5c04323
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 23:29:46 2024 -0500

    🛠️ Fix #198

commit 40e682f
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 23:24:49 2024 -0500

    🛠️ Fix Plugin Mode Crash

commit 47dd3ac
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 23:24:31 2024 -0500

    🛠️ Fix Conversion to Blueprint

commit ce20aca
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 23:04:46 2024 -0500

    🛠️ Fix Left-Over `excludedBones` References.

commit 14ccb5a
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 22:58:54 2024 -0500

    🚧 Revert Blockbench-Types Change

commit bd1c695
Author: Ian <48780301+IanSSenne@users.noreply.github.com>
Date:   Wed Jul 3 20:56:17 2024 -0700

    ✨ Feature: Reduce Bundle Size (#199)

    * remove unneeded code by dependencies

    * separate resolution changes into their own plugin from the info plugin

commit e8bb4ee
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 18:45:31 2024 -0500

    🦐 Reduce plugin size by almost 800KB.

    - Removed extra THREE.js import, instead extracting the code AJ needs.
    - Reduced the size of a few images.
    -

commit a24c116
Author: SnaveSutit <snavesutit@gmail.com>
Date:   Wed Jul 3 17:09:32 2024 -0500

    🛠️ More MDFU Bugfixes

    - Fixed pre1 upgrade setting format version to the current format version instead of `0.5.0`.
    - Fixed `project_settings` being named `blueprint_settings` too early in the upgrade process.
    - Fixed Variants using excludedBones internally still.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants