- Notifications
You must be signed in to change notification settings - Fork5
Commitb870f80
committed
Remove croak and Perl_croak from gettext triggers. While we could
selectively mark up their arguments for translation, the Perl xsubpp toolgenerates a bunch of additional Perl_croak calls that we cannot control,so we'd be creating a confusing mix of translated and untranslated messagesof a similar kind. This is something that might deserve a morecomprehensive solution later.Also remove _ from gettext triggers, because it wasn't used.Use SPI.c instead of SPI.xs as source file for xgettext, because the .xsformat isn't really supported in xgettext.1 parent6ebc6d9 commitb870f80
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
| 4 | + | |
| 5 | + |
0 commit comments
Comments
(0)