File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,16 @@ requirejs.config({
2828 samples : "../sounds/samples" ,
2929 planet : "../js/planet" ,
3030 tonejsMidi : "../node_modules/@tonejs/midi/dist/Midi" ,
31- i18next : "../node_modules /i18next/dist/umd/i18next.min" ,
32- i18nextHttpBackend : "../node_modules /i18next-http-backend/i18nextHttpBackend.min"
31+ i18next : "https://cdn.jsdelivr.net/npm /i18next@23.11.5 /dist/umd/i18next.min" ,
32+ i18nextHttpBackend : "https://cdn.jsdelivr.net/npm /i18next-http-backend@2.5.1 /i18nextHttpBackend.min"
3333 } ,
3434 packages : [ ]
3535} ) ;
3636
3737requirejs ( [ "i18next" , "i18nextHttpBackend" ] , function ( i18next , i18nextHttpBackend ) {
3838
3939 function updateContent ( ) {
40+ console . log ( "asdasdasd" ) ;
4041 console . log ( "updateContent() called" ) ; // Debugging line
4142 const elements = document . querySelectorAll ( "[data-i18n]" ) ;
4243
You can’t perform that action at this time.
0 commit comments