issues
search
aralroca
/
next-translate-plugin
Next-translate plugin for i18n in Next.js 🌍 - Load page translations and use them in an easy way!
MIT License
31
stars
20
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Usage with next 15 - `params` should be awaited before using its properties
#85
Vahor
opened
4 weeks ago
1
Nx Nextjs build crashes with error "Module not found: Can't resolve 'fs'" For ISR Pages
#84
smithgajjar09
opened
4 months ago
0
Client-side routing requests incorrect path with `getServerSideProps` on Vercel
#83
kodai3
opened
4 months ago
0
Next translate plugin crashes the `global-error` page in Nextjs with App router.
#82
MrBr
opened
5 months ago
1
Regression: Broken `nx serve` but working production build
#81
AlexandreCassagne
opened
7 months ago
2
fix(BREAKING-CHANGE): remove support migration from pages to app router
#80
aralroca
closed
10 months ago
3
fix(utils): Load typescript files relative to process current working directory
#79
lluiscab
closed
7 months ago
1
feat(deps): update typescript to v5.3.3
#78
lluiscab
closed
7 months ago
11
use-translate-plugin cause notFound error when use dynamic routes with optional catch-all
#77
salos1982
opened
1 year ago
2
Do not send i18n config to next config when app dir
#76
bluelakee02
closed
1 year ago
1
Translations do not work on the first render of Client component when used in Layout
#75
bluelakee02
opened
1 year ago
10
The expression is not callable
#74
VinceBT-BG
opened
1 year ago
1
docs: add bluelakee02 as a contributor for code
#73
allcontributors[bot]
closed
1 year ago
0
Fix critical dependency issue
#72
bluelakee02
closed
1 year ago
6
Custom HOC breaks auto-static-optimization in build
#71
poeyer
closed
1 year ago
1
App Directory pages giving 404
#70
alvesvin
closed
1 year ago
2
Translation is broken when using client component in root layout
#69
aszx87410
opened
1 year ago
3
fix(client-components): fix use hook with suspense
#68
aralroca
closed
1 year ago
0
not-found.tsx is not translated
#67
brunoscopelliti
opened
1 year ago
3
fix: use the symbol from the node when present
#66
danielpid
closed
1 year ago
0
Are you sure next-translate-plugin should be a dev dependency?
#65
brunoscopelliti
opened
1 year ago
4
Unhandled Runtime Error
#64
timheerwagen
closed
1 year ago
1
next-translate-plugin with @module-federation/nextjs-mf, useTranslation not working!
#63
atwoodcai1991
opened
1 year ago
7
fix order condition to improve performance a little bit
#62
aralroca
closed
1 year ago
0
fix(appdir): improve appDir detection
#61
aralroca
closed
1 year ago
0
Translations inside pages/.../app/... folders stopped working
#60
nickredmark
closed
1 year ago
3
fix: avoid favicon.ico as lang and keep loaded namespaces
#59
aralroca
closed
1 year ago
0
About tradeoff between 2.3.0 and 2.4.x
#58
hydRAnger
closed
1 year ago
1
Label are not rendered after page reload
#57
brunoscopelliti
closed
1 year ago
2
Misunderstanding devDependency documentation.
#56
MartinDavi
closed
1 year ago
2
feat: add basePath as config option
#55
myabeaver
opened
1 year ago
8
fix: avoid defaults when is not a /page and we already have the data
#54
aralroca
closed
1 year ago
0
fix: serialize config only in client component
#53
aralroca
closed
1 year ago
0
Can't render proper title in next.js generateMetadata
#52
brunoscopelliti
closed
1 year ago
3
fix: remove config that is not serializable for client components
#51
aralroca
closed
1 year ago
0
Functions cannot be passed directly to Client Components unless you explicitly expose it by marking it with "use server".
#50
brunoscopelliti
closed
1 year ago
5
Configuration option to customize the pkgDir
#49
myabeaver
opened
1 year ago
4
fix: normalize app dir slashes to be posix/unix-like forward slashes
#48
aralroca
closed
1 year ago
0
fix: load namespaces in RCC only once to avoid waterfall & crashes
#47
aralroca
closed
1 year ago
0
fix: fix loader fallback for translations
#46
aralroca
closed
1 year ago
0
Non-hook version of useTranslation which works with vanilla JS
#45
rolandjlevy
closed
1 year ago
7
change order getting the locale in appDir
#44
aralroca
closed
1 year ago
0
Fix checking /_app
#43
TheMatrixan
closed
1 year ago
2
remove unnecessary dynamic force-dynamic
#42
aralroca
closed
1 year ago
0
avoid wrap client components/pages that are not consuming next-translate
#41
aralroca
closed
1 year ago
0
improve logs and pathname detection for layouts
#40
aralroca
closed
1 year ago
0
Support layout, error, not-found, loading & global-error
#39
aralroca
closed
1 year ago
0
fix monorepo with appdir
#37
aralroca
closed
1 year ago
0
support /[lang] dynamic route
#36
aralroca
closed
1 year ago
0
Fix checking `/_app` in the plugin
#35
TheMatrixan
closed
1 year ago
1
Next