mass permalink update

This commit is contained in:
2015-02-06 11:57:13 -05:00
parent 0911977c1f
commit 4af973d000
336 changed files with 1121 additions and 1165 deletions

View File

@@ -1,9 +1,9 @@
---
---
layout: post
title: translate_node.module
created: 1074873060
permalink: blog/walkah/translate-node-module
tags:
permalink: blog/walkah/translate-node-module/
tags:
- drupal
---
so one of the main challenges in building 'canadian' websites is the whole 2 official national language thing. to add to the complexity, it is customary for government sites to have a language 'toggle' that takes you from any page to an identical page in the other language. so, i've written a small module to try and cope with this issue (so that node/view/$nid shows you the appropriate translation based on your currently selected $locale value).