Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wintercms/wn-translate-plugin

Translate plugin for Winter CMS
https://github.com/wintercms/wn-translate-plugin

Merge pull request #452 from mplodowski/master

Fix array error when extending CMS Page original translatable attributes

Credit to @mplodowski

bf49bb9dd9eff83623dba34a71f4731a1eea1f6a authored over 5 years ago by Marc Jauvin <[email protected]>
Make FileUpload properties translatable (WIP) (#470)

Fixes #113. Related: octobercms/october@4f0b237. Replaces #442.

86787e8430835f2dda259ebf313390047e86d60f authored over 5 years ago by Luke Towers <[email protected]>
Merge pull request #474 from mjauvin/originals-getter

Add getter method for translatableOriginals property.

fc22d6fc20f0352bc3c5b225ba19a30aee9c0943 authored over 5 years ago by Ben Thomson <[email protected]>
Update doc-block formatting

60d5a858d3cfd52831c0734f26ebf01d90fa3859 authored over 5 years ago by Ben Thomson <[email protected]>
doc-block: specify null being returned when locale does not exist

e71bcb87ddb636b8fe1d3e33d44a9dc153174de1 authored over 5 years ago by Marc Jauvin <[email protected]>
returns null when array locale key not defined

509f832c222c88c2c9a4db75e3810fc5df7a248f authored over 5 years ago by Marc Jauvin <[email protected]>
add getter for translatableOriginals array

cccb96a5b83e0772c7791aca68b5b0cf590bce4c authored over 5 years ago by Marc Jauvin <[email protected]>
Merge pull request #466 from rainlab/wip/repeater-cleanup

Bring MLRepeater inline with core changes to Repeater. Related: https://github.com/octobercms/oc...

5df644d0a2137ae423f1eed11261d3226ce8228f authored over 5 years ago by Luke Towers <[email protected]>
Additional fixes to #466 (#467)

Credit to @bennothommo. Refs: https://github.com/rainlab/translate-plugin/pull/466#issuecomment-...

761003ccaba0c83f93078d43b4f46af920ef863f authored over 5 years ago by Ben Thomson <[email protected]>
Bring MLRepeater inline with core changes to Repeater

c087d8694f49cd9f34e0bcadd8398701e1f1b1be authored over 5 years ago by Luke Towers <[email protected]>
prevent nested field names from matching Model->translatable[] fields (#461)

Fixes #459. Credit to @mjauvin.

Repeater and NestedForm formwidgets' field names are marked a...

f9462342db2d21875e046cb753b26394037ceb38 authored over 5 years ago by Marc Jauvin <[email protected]>
Hook into oc.inputPreset.beforeUpdate event to support input preset translations (#458)

Credit to @mjauvin

dd4f9031c4f4fd9d884ebee7c629edfee1517de0 authored over 5 years ago by Marc Jauvin <[email protected]>
1.5.0: Compatibility fix with Build 451

This version is only compatible with October Build 451 and up. v1.4 of this plugin is compatible...

9f12ee594bd57718497e4bbe43c37c3d3d4a27a1 authored over 5 years ago by Samuel Georges <[email protected]>
Merge pull request #463 from acasar/patch-1

Fix post value rewrite

c3e0977ea25c1637b36b282fe84506bbda4a86c2 authored over 5 years ago by Samuel Georges <[email protected]>
Update additional $_POST references

ebfb8d84053d08d2c952edcdc1539f1ec8a60742 authored over 5 years ago by Anže Časar <[email protected]>
Fix post value rewrite

Due to a recent change in https://github.com/octobercms/library, changing the $_POST superglobal...

05149b8aa1a1805237352b79f3ad026c5c3441a6 authored over 5 years ago by Anže Časar <[email protected]>
Use translate.localePicker.translateParams in AlternateHrefLangElements component

c9e4032d443c4f066ffefc3815adab0db5222d16 authored over 5 years ago by Tobias Kündig <[email protected]>
Fix array access error when extending CMS Page original translatable attributes

fb02a0ca30d798530e2632c029e8c225ac0be481 authored over 5 years ago by Michal Plodowski <[email protected]>
Improved Turkish translation (#444)

Credit to @mahony0

934d91cf7f6efbd78474c3294e4b81cb7d858a93 authored over 5 years ago by Mahmut Namli <[email protected]>
Fix translatable behavior event hooks (#436)

Credit to @mjauvin

16b82c5b1eaec53560981bb7b5ba8c1cbfb9ac50 authored almost 6 years ago by Marc Jauvin <[email protected]>
Fix replacement of `lists` to `pluck` -> array should be returned. (#440)

Fixes #439. Credit to @adrenth

0722acefa2a4ca417081be942ee4227a55c8d20b authored almost 6 years ago by Alwin Drenth <[email protected]>
lists() deprecated, use pluck() instead (#432)

Credit to @armorking5

f8a352335c0126a469a01f14c8d7c4f1f8d8aba6 authored almost 6 years ago by Stefano Africano <[email protected]>
Implement attribute translation for CMS pages (#367)

Fixes #331. Credit to @mjauvin

39d08651ac69162c24687209d5c121cd47840f77 authored almost 6 years ago by Marc Jauvin <[email protected]>
Implemented MLMediaFinder (#325)

Credit to @munxar.

319ab8e26022f440dc0fa4220025e9e3de67220c authored almost 6 years ago by munxar <[email protected]>
Add example to demonstrate how to make change locale requests manually. (#428)

Credit to @CharlyJazz
Add a section the the documentation to show how use this plugin without ...

01683b7bdea435c44279d9fde358f7ff992706d5 authored almost 6 years ago by Carlos Azuaje <[email protected]>
Improve implementation of MLControl (#416)

Improves the implementation for the MLControl trait, makes it more DRY

a0cc0f924457004bfb8033c392f3b19ed1af0bd5 authored almost 6 years ago by Luke Towers <[email protected]>
Fix ctrl-click opening new tab on firefox (#417)

Fixes #378. Credit to @mariavilaro

da4f44e5001df80750bcaf9caee5eff74cf9c433 authored almost 6 years ago by Maria Vilaró <[email protected]>
Add Slovak translation (#414)

Credit to @vosco88

d908ef508e606fc457a3ae040bddca768054408f authored almost 6 years ago by vosco88 <[email protected]>
Explain how to make default translation effective (#413)

Added explanation to README.md how to make default translation added in theme.yaml effective. Cr...

50804014f36852e2fbf4d34ccbd9c59c6a5ec7e2 authored about 6 years ago by pikanji <[email protected]>
Add locale to message cache key (#408)

Credit to @rounce

e96cc2197d995bf04a2b0539c537b40247a141fe authored about 6 years ago by Ivan L. Isaev <[email protected]>
Bump version (#403)

de3dc6961f8723940aaa55c9ad1ebb2899dc50e2 authored about 6 years ago by Osman Zeki <[email protected]>
Fix position of the language switcher menu to remove UI overlap. (#402)

Fixes #401. Credit to @osmanzeki

34db8788307c6285388ab638e0648453cd6cba5c authored about 6 years ago by Osman Zeki <[email protected]>
Add Arabic translation (#396)

Credit to @akhedrane

b8f8649c60a3e226c9e6e87dbaf3c6f8d9adec0c authored about 6 years ago by Atallah khedrane <[email protected]>
Fix import issue (#388)

Fixes #387

6509d7327f95af436264b6e9b57f361da794a871 authored over 6 years ago by Anže Časar <[email protected]>
Fix issue where default texts are overwritten by import (#372)

Credit to @acasar. Confirmed by @munxar

9d411c3d8223cb978018dbbe589b8b9c13b2e6e9 authored over 6 years ago by Anže Časar <[email protected]>
Update the Hungarian translation (#371)

60e88cb383e8a46c887459c63f87b2f6d50da635 authored over 6 years ago by Szabó Gergő <[email protected]>
Update README.md (#370)

Fixes #368. Credit to @WebShapedBiz. New paragraph - an example of config/lang.yaml.

facd9b96d255b56adf87c019fab50013e1b0aa31 authored over 6 years ago by Siniša Perović <[email protected]>
Import & Export Theme Messages (#344)

Fixes #15. Imports and exports theme message translations (those captured through the `_` filter...

73a4847971599cb4b11d98045f8f57c57ea755b4 authored over 6 years ago by munxar <[email protected]>
Add missing event import

61e83fdd09fe4b51ddf0943b2e7ca5ced46e5b8a authored over 6 years ago by Luke Towers <[email protected]>
Add event to translate URL parameters in LocalePicker (#341)

Related: #244, #227. Credit to @datune & @mariavilaro & @munxar

26044c443d12d3b39daa8c08b45c225ae4662835 authored over 6 years ago by datune <[email protected]>
Add operator option for TransWhere function (#345)

Add operator option for TransWhere function, with default option being '='.
Most likely use of ...

dc5dd2f039603105baa320a1ad4f3dbfe7c46726 authored over 6 years ago by abdulla-allaith <[email protected]>
Retain query string when switching locales (#337)

Fixes #336. Credit to @munxar, @abdulla-allaith for reporting.

2626769e76af04901ba0921c3b1713a4af88265b authored over 6 years ago by munxar <[email protected]>
Update Russian Translation (#340)

Credit to @PopcornPHP

479c38140277ac007496d73a0636eb21c7d557de authored over 6 years ago by Alexander Shapoval <[email protected]>
Make the cache timeout configurable (#335)

Fixes #334. Credit to @viamage

8a21ec92d3333c23948dbe1812f3ceae0bc89963 authored over 6 years ago by viamage <[email protected]>
Fix config reference (#329)

Credit to @acasar

d80f2a03d730502465b6b79def13f5e210bca92a authored almost 7 years ago by Anže Časar <[email protected]>
Update middleware to use prefixDefaultLocale (#326)

Credit to @vannut, fixes https://github.com/rainlab/translate-plugin/pull/318#issuecomment-35456...

d208aa3653dc0c5e8f06fd82d9496d5e0a846386 authored almost 7 years ago by vannut <[email protected]>
fix MLRepeater bug when switching locales (#324)

Fixes #323

c1fc70703d1176bae6c1b6722eaf455300610a55 authored almost 7 years ago by munxar <[email protected]>
Version bump (#321)

Includes the recent PR that added a new component and setting.

b4b66fb896d29dcc4f5e4108e916838b2114c476 authored almost 7 years ago by vannut <[email protected]>
PrefixDefaultLocale setting and Alt hreflang element (#318)

Credit to @vannut

42344565474fda07af94e5260543fd56a57a7a59 authored almost 7 years ago by vannut <[email protected]>
1.3.3: Fix to the locale picker session handling in Build 420 onwards.

0008eb35537eb63ee5b9e87942188ba030c57ac8 authored almost 7 years ago by Samuel Georges <[email protected]>
Update FR lang to latest changes (#314)

Credit to @FelixINX

9012746eb1b14ed72a54c6ed1d7b557cc8acf372 authored almost 7 years ago by Félix Desjardins <[email protected]>
Added Italian language file (#313)

300f0ed9758a63d6e9693fa1bbc3fa005f180ccb authored almost 7 years ago by roibeart <[email protected]>
Dutch translation (#312)

Credit to @vannut and @CptMeatball

b29863ce21cad2fc2f7aa00a0999d92f28aecfb3 authored almost 7 years ago by vannut <[email protected]>
Fixes session availability issue

Taking hints from #283 some middleware is used to look at the session for the locale value.
Fixes...

76b798e89d345957802888142a190e5643a5eafe authored almost 7 years ago by Samuel Georges <[email protected]>
Fixed Typo's and grammar (#311)

* Update lang.php

Some minor typo's and grammar enhancements

* Update lang.php

typo

dbe57bcda325457874e56d3a2ca4ccfcd0e3d64f authored almost 7 years ago by vannut <[email protected]>
Update Dutch (NL) language file (#310)

Closes #233

40d091cdaec49af1cb480fcc4788941c62c320e9 authored almost 7 years ago by Antonie Hogewoning <[email protected]>
Bump version

0193ab6f21800c9a8d54751fcfdfe854ba438356 authored almost 7 years ago by Luke Towers <[email protected]>
Finish fixing cache issues with RainLab.Pages

Refs: https://github.com/rainlab/translate-plugin/commit/f5ddabbcf907af47a7129157c847472122c4ba7a

e0b63662b9fe736cb7cdd51783cb541b656a024c authored almost 7 years ago by Luke Towers <[email protected]>
Adding method to scan translatable messages into email templates (#304)

Fixes #87 Refs: https://github.com/octobercms/october/pull/3152

08a0dac9c0d8797122735305cb0337410f87bd2a authored about 7 years ago by Wellyson Freitas <[email protected]>
Ensure that translatableData has been loaded (#305)

Fixes #302

613be73857591ecffa00ab765c5f94d23a2bb8eb authored about 7 years ago by datune <[email protected]>
Append current locale to cache keys

Refs: https://github.com/rainlab/pages-plugin/issues/#279, https://github.com/rainlab/pages-plug...

f5ddabbcf907af47a7129157c847472122c4ba7a authored about 7 years ago by Luke Towers <[email protected]>
Support maxlength attribute (#299)

9e4e21184e65e282e4617fd78e09df184ef15305 authored about 7 years ago by Maria Vilaró <[email protected]>
Change event listener

Fixes #297

34fdd170fdbff6e4fc348b2d830059c37dba5a86 authored about 7 years ago by Luke Towers <[email protected]>
storeTranslatableIndexData returning within a loop (#266)

* Fixing the translatable storeTranslatableIndexData return error

* Formatting fixes

b159d43ce964676f4af33f0dc49286cbdc9ab109 authored about 7 years ago by thehiggster <[email protected]>
Added ability to reorder languages (#289)

d60b28f1ec4c7194b2f8beecd7db3c64a1c990d8 authored about 7 years ago by munxar <[email protected]>
Add missing web middleware (#291)

7053ffe29064c4372b2399996a3d1fe532e0d664 authored about 7 years ago by Anže Časar <[email protected]>
Explicitly require the web middleware on translate routes

Fixes #282; caused by Laravel session handling no longer being included on all routes by default.

aa6e523dbe47c60e6ee318e3a7e1a32d7ca52db8 authored about 7 years ago by Luke Towers <[email protected]>
1.3.0: Added search to the translate messages page.

Refs #272

7a1aa5d3b18f24c1d73f94393100662d05a49a47 authored over 7 years ago by Samuel Georges <[email protected]>
Implements native table search instead

Refs #272

fb007dfb7b7968df8f766c7da5b4c0d565a81841 authored over 7 years ago by Samuel Georges <[email protected]>
Merge pull request #272 from dev-lav/search-feature

search feature

4f94fab66e95bbc43ed5c634512379dd981a7b23 authored over 7 years ago by Samuel Georges <[email protected]>
add search feature

57558bb6dc3d73ecf56a78f24f18a95cf46ca865 authored over 7 years ago by fatoni <[email protected]>
Support storing large amounts of nonlatin text

Refs: #103

ff99192509a5d56cbca93580428d007bbbe3da84 authored over 7 years ago by Luke Towers <[email protected]>
Bump version

b8b92a6ba683149fa9c873c8c40201abf7186464 authored over 7 years ago by Samuel Georges <[email protected]>
1.2.12: Add support for translating the new grouped repeater feature.

Refs https://github.com/octobercms/october/issues/2772

914423ec477599e30b39f9207b27a212336ed2a4 authored over 7 years ago by Samuel Georges <[email protected]>
Merge pull request #210 from H6/master

Set value to an empty string if empty

064810df49e594d31719a25e1d64efa81c9cfcf9 authored over 7 years ago by Luke Towers <[email protected]>
Bumps version to include #225

Bumps version.yaml to include #225 in the marketplace release.

1fe8dea81e0dc3d3a55eb7f2e744bbbc7fb1f3fc authored over 7 years ago by Luke Towers <[email protected]>
Merge pull request #248 from Mithrandir0407/master

Fix typo

8109cbb2c399c2ac2fb7d3bd101eae069930a0c2 authored over 7 years ago by Samuel Georges <[email protected]>
Fix typo

f390a4dd0b8dcd96e2b6c9f895c7241ee388aeea authored over 7 years ago by Anass BENOMAR <[email protected]>
Update README.md with interface details (#232)

This adds documentation on the undocumented feature for mass-switching the language. Fixes #229

0a1356a0cf7f4297d2268ed35d1d090874ff7c89 authored over 7 years ago by Antonie Hogewoning <[email protected]>
Merge pull request #225 from TarasZakus/hotfix/215

Fixes #215, verified working by @tombien @adrenth @ribsousa

1d7fe1fbbfa493f954b542105185b86df34cc95d authored over 7 years ago by Luke Towers <[email protected]>
Fixes translation not working with Partials loaded via AJAX

Issue URL: https://github.com/rainlab/translate-plugin/issues/215

0dc6490ef4fed1ac04fe86a8e7c6d7ae342e8c9d authored over 7 years ago by Taras Zakus <[email protected]>
Merge pull request #219 from ribsousa/patch-1

update lang pt-br

3254b74ff3c04385a497b3e24829976da3c39e8c authored over 7 years ago by Luke Towers <[email protected]>
update lang pt-br

update lang pt-br

34f09e56c5af9078927cb36e6af178c6a92cc2fb authored over 7 years ago by Ronaldo Ribeiro de Sousa <[email protected]>
1.2.10: Minor UI fix to the multilingual repeater.

Bump version
Fixes #217

c455753c32624d7382c95d613f164fca6269822a authored over 7 years ago by Samuel Georges <[email protected]>
Fixes alignment of ml button on repeater

623ac50554a801811b7b49b59e8cee4512640f2e authored over 7 years ago by Samuel Georges <[email protected]>
1.2.9: Fixes context for translated strings when used with Static Pages.

Fixes #204
Fixes #206

047f50233e0157956ecbf01dca6af644d1e24092 authored almost 8 years ago by Samuel Georges <[email protected]>
Set value to an empty string if empty

If this is not done, laravels escaping helper function `e` will through an error

> "htmlentit...

b402c40be216ff2d071a60200980c17fa1d7b3b9 authored almost 8 years ago by Daniel <[email protected]>
1.2.8: Improvements to code for latest October build compatibility.

Fixes #197

d8a79b28eb07545c785c7bd222f386162f89b3c9 authored almost 8 years ago by Samuel Georges <[email protected]>
Merge pull request #196 from mahony0/patch-1

Create turkish lang.php

7bd987d25d0381007505d2383fa200ede57e3779 authored almost 8 years ago by Samuel Georges <[email protected]>
Create turkish lang.php

33da4b3b667d57a804e1cc907dddbc03eae44b7e authored almost 8 years ago by Mahmut Namli <[email protected]>
Allow 404 page to be translated

Fixes #124

d6c132f87210918445fb5c934773ca4f68ee57ea authored almost 8 years ago by Samuel Georges <[email protected]>
The model ID is string (UUID) so cast join to TEXT

Fixes #174

3067f83654c5fdc0c2e3df93a310f92c82a81c1d authored almost 8 years ago by Samuel Georges <[email protected]>
1.2.7: Fixes placeholder usage with static pages plugin.

Refs #153

94d649ef6419ffaf653f53b965a9a1860b12bbc8 authored almost 8 years ago by Samuel Georges <[email protected]>
Merge pull request #184 from kuzyk/patch-1

syntax error fix

7591d8c4cd465487b46da2e6c01bcad21acf12be authored almost 8 years ago by Samuel Georges <[email protected]>
1.2.6: Fixes repeater usage with static pages plugin.

Refs 54#issuecomment-256067096

735a1b1ce0a1851094ea5f2c95fa4fe9b79cc4ce authored almost 8 years ago by Samuel Georges <[email protected]>
Typo

e603c487fa0c1c4a9ca31cd6c1a9305ea2364389 authored almost 8 years ago by Samuel Georges <[email protected]>
syntax error fix

880f4a92125ca5d3b9cfe274488eeca7317a0b6a authored almost 8 years ago by K_A_S <[email protected]>
Fixes pollution issue of repeater form widget

673154cfc4193906ea8ad4c3c4eabe59b78de90d authored almost 8 years ago by Samuel Georges <[email protected]>
Reprocess form widgets when switching locales

73f555ce7a9bd5a6248d5c34b3e3b91f0d927fa4 authored almost 8 years ago by Samuel Georges <[email protected]>
1.2.5: Adds new multilingual repeater form widget.

Minor code tidy up
Fixes #54

80279578a34efa6c24b7954c420a808306b8cfab authored almost 8 years ago by Samuel Georges <[email protected]>