Skip to content

Commit 5b41ba4

Browse files
committed
feat: tests and update templates to new localizations
1 parent 10cc2fe commit 5b41ba4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1335
-392
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"silverstripe/cms": "^6",
1818
"silverstripe/framework": "^6",
1919
"silverstripe/vendor-plugin": "^2 || ^3",
20-
"chriskonnertz/bbcode": "^1",
2120
"league/commonmark": "^2"
2221
},
2322
"require-dev": {

docs/en/Features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ options see /forum/docs/Configuration.md
88
* Forums can be grouped in categories
99
* RSS feeds for each forum, overall and search results
1010
* Member profiles showing recent posts
11-
* Write Posts in BBCode and attach multiple files to a post
11+
* Write Posts in Markdown and attach multiple files to a post
1212
* Email Topic subscription (subscribe to a topic and get an email when someone posts something new)
1313
* Sticky Posts (both localized to a forum or an entire forum holder)
1414
* Forum Moderators. Give specific people access to editing / deleting posts. Customizable on a forum by forum level

lang/ar.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ar:
131131
NEWPOSTMESSAGE: "تم إضافة مشاركة جديدة إلى الموضوعالذي اشتركت فيه. تستطيع <a href=\"%s\"> مشاهدة المشاركة بالضغط هنا </a>"
132132
REPLYLINK: "مشاهدة الموضوع"
133133
UNSUBSCRIBETEXT: "إلغاء الاشتراك من الموضوع"
134-
ForumRole:
134+
ForumMemberExtension:
135135
ADMIN: "المدير"
136136
ANONYMOUS: "عضو غير مسجل"
137137
AVATAR: "رفع الصورة الشخصية"
@@ -151,9 +151,9 @@ ar:
151151
SURNAME: "اسم العائلة"
152152
TRANSFERSUCCEEDED: "The data transfer has succeeded. However, to complete it, you must delete the ForumMember table. To do this, execute the query \"DROP TABLE 'ForumMember'\"."
153153
Forum_editpost_ss:
154-
AVAILABLEBB: "السماح بأكواد BB"
154+
AVAILABLEMD: "صيغة Markdown المتاحة"
155155
Forum_reply_ss:
156-
AVAILABLEBB: "السماح بأكواد BB"
156+
AVAILABLEMD: "صيغة Markdown المتاحة"
157157
Forum_show_ss:
158158
AUTHOR: "الكاتب"
159159
CLICKGOTOEND: "اضغط هنا للذهاب إلى نهاية الموضوع"
@@ -170,7 +170,7 @@ ar:
170170
TOPIC: "الموضوع:"
171171
VIEWS: "المشاهدات"
172172
Forum_starttopic_ss:
173-
AVAILABLEBB: "السماح بأكواد BB"
173+
AVAILABLEMD: "صيغة Markdown المتاحة"
174174
Post:
175175
DELETE: "حذف"
176176
EDIT: "تعديل"

lang/ca.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ ca:
117117
ForumMember_TopicNotification_ss:
118118
HI: "Hola %s,"
119119
NEWPOSTMESSAGE: "S'ha afegit un nou escrit al tema al qual esteu subscrit. Podeu <a href=\"%s\">veure aquest missatge prement aquí.</a>"
120-
ForumRole:
120+
ForumMemberExtension:
121121
ADMIN: "Administrador"
122122
ANONYMOUS: "Usuari anònim"
123123
AVATAR: "Carrega un avatar"
@@ -136,9 +136,9 @@ ca:
136136
SURNAME: "Cognom"
137137
TRANSFERSUCCEEDED: "La transferència de dades ha tingut èxit. Tot i això, per a completar-la, heu d'eliminar la taula ForumMember. Per a fer-ho, executeu la consulta \"DROP TABLE 'ForumMember'\"."
138138
Forum_editpost_ss:
139-
AVAILABLEBB: "Etiquetes BBCode disponibles"
139+
AVAILABLEMD: "Sintaxi Markdown disponible"
140140
Forum_reply_ss:
141-
AVAILABLEBB: "Etiquetes BBCode disponibles"
141+
AVAILABLEMD: "Sintaxi Markdown disponible"
142142
Forum_show_ss:
143143
AUTHOR: "Autor"
144144
CLICKGOTOEND: "Premeu aquí per anar al final d'aquest missatge"
@@ -155,7 +155,7 @@ ca:
155155
TOPIC: "Tema:"
156156
VIEWS: "Visites"
157157
Forum_starttopic_ss:
158-
AVAILABLEBB: "Etiquetes BBCode disponibles"
158+
AVAILABLEMD: "Sintaxi Markdown disponible"
159159
Post:
160160
DELETE: "suprimeix"
161161
EDIT: "edita"

lang/cs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ cs:
202202
NEWPOSTMESSAGE: "Byl vložen nový příspěvek k tématu, který odebíráte"
203203
REPLYLINK: "Zobrazit téma"
204204
UNSUBSCRIBETEXT: "Odhlásit z tématu"
205-
ForumRole:
205+
ForumMemberExtension:
206206
ADMIN: "Administrátor"
207207
ANONYMOUS: "Anonymní uživatel"
208208
AVATAR: "Nahrát obrázek"
@@ -245,9 +245,9 @@ cs:
245245
# 50
246246
SINGULARNAME: "Forum Thread Subscription"
247247
Forum_editpost_ss:
248-
AVAILABLEBB: "Dostupné BB tagy"
248+
AVAILABLEMD: "Dostupná syntaxe Markdown"
249249
Forum_reply_ss:
250-
AVAILABLEBB: "Dostupné BB tagy"
250+
AVAILABLEMD: "Dostupná syntaxe Markdown"
251251
Forum_show_ss:
252252
AUTHOR: "Autor"
253253
CLICKGOTOEND: "Klikněte zde pro přechod na konec tohoto příspěvku"
@@ -264,7 +264,7 @@ cs:
264264
TOPIC: "Téma"
265265
VIEWS: "Zobrazení"
266266
Forum_starttopic_ss:
267-
AVAILABLEBB: "Dostupné BB tagy"
267+
AVAILABLEMD: "Dostupná syntaxe Markdown"
268268
Post:
269269
DELETE: "Odstranit"
270270
EDIT: "Změnit"

lang/de.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ de:
131131
NEWPOSTMESSAGE: "Ein neuer Beitrag wurde zu einem Ihrer abonnierten Themen geschrieben."
132132
REPLYLINK: "Neue Themen ansehen"
133133
UNSUBSCRIBETEXT: "Vom Thema abmelden"
134-
ForumRole:
134+
ForumMemberExtension:
135135
ADMIN: "Adminstrator"
136136
ANONYMOUS: "Anonymer Benutzer"
137137
AVATAR: "Avatar hochladen"
@@ -151,9 +151,9 @@ de:
151151
SURNAME: "Nachname"
152152
TRANSFERSUCCEEDED: "Die Datenübertragung war erfolgreich. Um diese abzuschliessen, müssen Sie die Tabelle 'ForumMember' löschen. Dafür führen Sie bitte den Query \"DROP TABLE 'ForumMember'\" aus."
153153
Forum_editpost_ss:
154-
AVAILABLEBB: "Verfügbare BB Code tags"
154+
AVAILABLEMD: "Verfügbare Markdown-Syntax"
155155
Forum_reply_ss:
156-
AVAILABLEBB: "Verfügbare BB Code tags"
156+
AVAILABLEMD: "Verfügbare Markdown-Syntax"
157157
Forum_show_ss:
158158
AUTHOR: "Author"
159159
CLICKGOTOEND: "Klicke hier, um zum Ende des Beitrags zu gelangen"
@@ -170,7 +170,7 @@ de:
170170
TOPIC: "Thema:"
171171
VIEWS: "Aufrufe"
172172
Forum_starttopic_ss:
173-
AVAILABLEBB: "Verfügbare BBCodes"
173+
AVAILABLEMD: "Verfügbare Markdown-Syntax"
174174
Post:
175175
DELETE: "löschen"
176176
EDIT: "bearbeiten"

lang/en.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ en:
224224
NEWPOSTMESSAGE: 'A new post has been added to a topic you''ve subscribed to'
225225
REPLYLINK: 'View the topic'
226226
UNSUBSCRIBETEXT: 'Unsubscribe from the topic'
227-
ForumRole:
227+
ForumMemberExtension:
228228
ADMIN: Administrator
229229
ANONYMOUS: 'Anonymous user'
230230
AVATAR: 'Avatar Image'
@@ -255,8 +255,8 @@ en:
255255
CLICKUNSUBSCRIBE: 'Click here to Unsubscribe to this topic'
256256
SUBSCRIBE: Subscribe
257257
UNSUBSCRIBE: Unsubscribe
258-
Forum_BBCodeHint_ss:
259-
AVAILABLEBB: 'Available BB Code tags'
258+
Forum_MarkdownHint_ss:
259+
AVAILABLEMD: 'Available Markdown syntax'
260260
Forum_show_ss:
261261
AUTHOR: Author
262262
CLICKGOTOEND: 'Click here to go the end of this post'

lang/eo.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ eo:
117117
ForumMember_TopicNotification_ss:
118118
HI: "Saluton %s,"
119119
NEWPOSTMESSAGE: "Nova afiŝo estas aldonita al temo al kiu vi abonis. Vi povas <a href=\"%s\">vidigi la afiŝon alklakante ĉi tie.</a>"
120-
ForumRole:
120+
ForumMemberExtension:
121121
ADMIN: "Administranto"
122122
ANONYMOUS: "Sennoma uzanto"
123123
AVATAR: "Alŝuti avataron"
@@ -136,9 +136,9 @@ eo:
136136
SURNAME: "Familia nomo"
137137
TRANSFERSUCCEEDED: "Sukcesis transigi datumojn. Tamen, por kompletigi ĝin, vi devas forigi la tabelon ForumMember. Por fari tion, rulu la informpeton \"DROP TABLE 'ForumMember'\"."
138138
Forum_editpost_ss:
139-
AVAILABLEBB: "Disponeblaj BB-Kodaj etikedoj"
139+
AVAILABLEMD: "Disponebla Markdown-sintakso"
140140
Forum_reply_ss:
141-
AVAILABLEBB: "Disponeblaj BB-Kodaj etikedoj"
141+
AVAILABLEMD: "Disponebla Markdown-sintakso"
142142
Forum_show_ss:
143143
AUTHOR: "Aŭtoro"
144144
CLICKGOTOEND: "Alklaku ĉi tie por iri al la fino de ĉi tiu afiŝo"
@@ -155,7 +155,7 @@ eo:
155155
TOPIC: "Temo:"
156156
VIEWS: "Vidigoj"
157157
Forum_starttopic_ss:
158-
AVAILABLEBB: "Disponeblaj BB-Kodaj etikedoj"
158+
AVAILABLEMD: "Disponebla Markdown-sintakso"
159159
Post:
160160
DELETE: "forigi"
161161
EDIT: "redakti"

lang/es.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ es:
105105
NEWPOSTMESSAGE: "Una nueva entrada ha sido añadida al tema al que estás suscrito."
106106
REPLYLINK: "Ver el tema"
107107
UNSUBSCRIBETEXT: "Cancelar la suscripción al tema"
108-
ForumRole:
108+
ForumMemberExtension:
109109
ADMIN: "Administrador"
110110
ANONYMOUS: "Usuario anónimo"
111111
AVATAR: "Subir imagen de usuario"
@@ -123,9 +123,9 @@ es:
123123
SURNAME: "Apellidos"
124124
TRANSFERSUCCEEDED: "La transferencia de datos se ha producido correctamente. Para completarla, debes borrar la tabla ForumMember. Para hacerlo, ejecuta la sentencia \"DROP TABLE 'ForumMember'\"."
125125
Forum_editpost_ss:
126-
AVAILABLEBB: "Disponibles etiquetas BBCode"
126+
AVAILABLEMD: "Sintaxis Markdown disponible"
127127
Forum_reply_ss:
128-
AVAILABLEBB: "Disponibles etiquetas BBCode"
128+
AVAILABLEMD: "Sintaxis Markdown disponible"
129129
Forum_show_ss:
130130
AUTHOR: "Autor"
131131
CLICKGOTOEND: "Haz clic aquí para ir al final de esta entrada"
@@ -141,7 +141,7 @@ es:
141141
REPLY: "Responder"
142142
TOPIC: "Tema:"
143143
Forum_starttopic_ss:
144-
AVAILABLEBB: "Disponibles las etiquetas de BBCode"
144+
AVAILABLEMD: "Sintaxis Markdown disponible"
145145
Post:
146146
DELETE: "eliminar"
147147
EDIT: "editar"

lang/es_AR.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ es_AR:
131131
NEWPOSTMESSAGE: "Se ha agregado una nueva entrada en un tema al cual usted esta subscrito."
132132
REPLYLINK: "Ver el tema"
133133
UNSUBSCRIBETEXT: "Borrar suscripcion al tema"
134-
ForumRole:
134+
ForumMemberExtension:
135135
ADMIN: "Administrador"
136136
ANONYMOUS: "Usuario anónimo"
137137
AVATAR: "Cargar avatar"
@@ -151,9 +151,9 @@ es_AR:
151151
SURNAME: "Apellido"
152152
TRANSFERSUCCEEDED: "La transferencia de datos ha sido con éxito. Sin embargo, para completarla, debes eliminar la tabla de Miembros del Foro. Para hacer esto, ejecuta la consulta \"DROP TABLE 'ForumMember'\"."
153153
Forum_editpost_ss:
154-
AVAILABLEBB: "Etiquetas disponibles de Código BB"
154+
AVAILABLEMD: "Sintaxis Markdown disponible"
155155
Forum_reply_ss:
156-
AVAILABLEBB: "Etiquetas disponibles de Código BB"
156+
AVAILABLEMD: "Sintaxis Markdown disponible"
157157
Forum_show_ss:
158158
AUTHOR: "Autor"
159159
CLICKGOTOEND: "Hacer click aquí para ir al fin de esta entrada"
@@ -170,7 +170,7 @@ es_AR:
170170
TOPIC: "Tema:"
171171
VIEWS: "Vistas"
172172
Forum_starttopic_ss:
173-
AVAILABLEBB: "Etiquetas Disponibles de Código BB"
173+
AVAILABLEMD: "Sintaxis Markdown disponible"
174174
Post:
175175
DELETE: "eliminar"
176176
EDIT: "editar"

0 commit comments

Comments
 (0)